Chapter Contents

Previous

Next
ALTPRINT=

ALTPRINT=


Specifies a destination for a copy of the SAS procedure output file

Default: none
Valid in: configuration file, SAS invocation
CMS specifics: all


Syntax
Details
See Also

Syntax

ALTPRINT=destination | NOALTPRINT

destination
can have the following values under CMS:

PRINTER
specifies that a copy of the SAS print file is to be sent to the default printer.

TERMINAL
specifies that a copy of the SAS print file is to be sent to the terminal.

file-specification
identifies the file in one of the following forms. Refer to Identifying an External File for additional details.

'filename filetype <filemode | SFS-directory | *>'
specifies the filename, filetype, and filemode, respectively. An SFS directory may be specified instead of a filemode.

fileref
specifies a logical name to be associated with an external file. This name is a one- to eight-character name that is not enclosed in quotes.


Details

Specifying NOALTPRINT is like issuing ALTPRINT=DUMMY or FILEDEF ALTPRINT DUMMY, which is less efficient than the default of none.

See Also


Chapter Contents

Previous

Next

Top of Page

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