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