Page 70 - SAS_manual
P. 70
-------------------------------------------------------------------------------------------
/*printto-ot print everything to a file*/
procprintto print="i:\output.txt";
run;
procprintdata=sashelp.class;
run;
/*after run the above check the saved file follow the path*/
-------------------------------------------------------------------------------------------
SAS HANDBOOK | VISIT:: http://nikhilanalytics.com 70