Chapter Contents |
Previous |
Next |
Starting a SAS Session |
Different Types of SAS Sessions |
SAS Windowing Environment |
SAS Windowing Environment
In the Explorer window, you can view and manage your SAS files, which are stored in libraries, and create shortcuts to non-SAS files. The Results window helps you navigate and manage output from SAS programs that you submit; you can view, save, and manage individual output items. You use the Progam Editor, Log, and Output windows to enter, edit, and submit SAS programs, view messages about your SAS session and programs that you submit, and browse output from programs that you submit. For more detailed information about the SAS windowing environment, see Getting Started with the SAS System.
Interactive Line Mode |
Noninteractive Mode |
In noninteractive mode, SAS program statements
are stored in an external file. The statements in the file execute immediately
after you issue a SAS command referencing the file. Depending on your operating
environment and the SAS system options that you use, the SAS log and output
are either written to separate external files or displayed.
Operating Environment Information:
Batch Mode |
When you submit a SAS job in batch mode, one file is created to contain the SAS log for the job, and another is created to hold output that is produced in a PROC step or, when directed, output that is produced in a DATA step by a PUT statement.
Operating Environment Information: Refer to the SAS documentation for your operating environment for information about executing SAS jobs in batch mode. Also, see the documentation specific to your site for local requirements for running jobs in batch and for viewing output from batch jobs.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.