|
Be sure to complete this practice. You'll work with its output in a later
practice. |
-
Copy the program below and paste it into the Program Editor window (or issue the command
copy sashelp.oltutor..source ).
proc print data=flights.laguardia;
run;
This program prints a listing of the Laguardia table
stored in the Flights library, which has been defined for
you.
-
Submit the program and scroll through your output in the Output window.
-
Redisplay the Program Editor and Log windows.
Return here and select Next.
|
|