Many base procedures require an input SAS data set. You specify the input SAS data set using the DATA= option in the procedure statement, for example, proc print data=emp; If you omit the DATA= option ...
Note: This example uses PROC GLM, which is part of SAS/STAT software. Note: This example uses file names that may not be valid in all operating environments. To successfully run the example in your ...