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
   65   66   67   68   69   70   71   72   73   74   75