SAS OnlineTutorback||next

Try It! View, save, and delete output in the Results window.

Creating HTML output? Read this first.

  1. Copy the program below and paste it into the Program Editor window (or issue the command copy sashelp.oltutor..source).
    proc print data=flights.europe;
    run;
    

  2. Submit the program to print a listing of the Flights.Europe table. Then scroll through your output in the Output window.

  3. In the Results window, click the expand icon (+) beside the Results node to open it if necessary. Then click the expand icon to open the folder for the second PRINT procedure output. (You created the first PRINT procedure output in the previous practice.)

  4. Display the pop-up menu for Data Set FLIGHTS.EUROPE and select Open. The Output window scrolls to the top of the second PRINT procedure output.

  5. Display the pop-up menu for Data Set FLIGHTS.EUROPE and select Save As. In the Save As window, select or enter a destination for your output. Then click OK or Save to save your output.

  6. Display the pop-up menu for the top folder labeled Print: The SAS System. Select Delete to delete the first PRINT procedure output from the Output and Results windows.

  7. Redisplay the Program Editor and Log windows.

    Return here and select Next.

Solution

back||next


Copyright © 2002 SAS Institute Inc., Cary, NC, USA.
All rights reserved.

Terms of Use & Legal Information | Privacy Statement