This section provides examples of routing SAS procedure output and the SAS log to a file. Although not every method of routing output is included, the easiest or most common methods are represented ...
The SAS data file MYDATA.CLASSES is used in Using SYSTEM 2000 Data in SAS Programs. It was created with the following SAS statements: libname mydata 'your-SAS-library'; data mydata.classes; input ...