Chapter Contents

Previous

Next
PRINT

PRINT



Controls the creation of the SAS procedure output file for batch mode

Default: filename.LST in batch mode, where filename is the name of your SAS job
Valid in: configuration file, SAS invocation
Windows specifics: all


Syntax
Details

Syntax

-PRINT destination | -NOPRINT

PRINT destination
specifies the destination for the SAS procedure output file. The destination argument can be a valid Windows pathname or filename (including device names) or an environment variable associated with a pathname. If you specify only a pathname, the procedure output file is created in the specified directory, with the default name of filename.LST, where filename is the name of your SAS job.

NOPRINT
suppresses the creation of the SAS procedure output file.


Details

The PRINT system option specifies the destination to which SAS output is written when executing SAS programs in modes other than the interactive windowing environment.

The PRINT system option is valid only in batch mode.

When the SAS System is running interactively, the procedure output file is sent to the OUTPUT window; when SAS is running in batch mode, output is sent to a file named filename.LST, where filename is the name of your SAS job. You can use the PRINT option to specify an alternate destination.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.