Print the NUMBERS data set. The PROC PRINT output is written to the specified external file.
proc print data=numbers; title 'Listing of NUMBERS Data Set'; run;