The blog entries I am making here are for my quick reference sake only. Anybody is free to view the content but use it at your own risk. As I mentioned earlier it is for my own reference. ThanQ!
Thanks to "The Little SAS Book" by Lora D.Delwiche and Susan J.Slaughter. This book is a life saver for SAS programmers.
Saturday, October 1, 2016
What is the syntax to export a dataset to a file?
PROC EXPORT DATA = data-set OUTFILE = 'filename';
filename -- destination file name
data-set -- sas data-set that need to be exported
No comments:
Post a Comment