Chapter Contents |
Previous |
Next |
Compiler Options |
The
term
,
print
,
disk
, and
type
options interact as
shown in the following tables.
Option or Options Requested | Result |
---|---|
term
,
print
|
A listing file (including any error messages) is generated. (table note 1) Error messages also go to
stderr
. (table note 2) |
noterm
,
print
|
A listing file is not generated. Because
noterm
is explicitly requested, error messages
are not sent to the terminal. |
print
(default is
noterm
) |
A listing file (including any error messages) is generated. Error messages are not sent to the terminal. |
noprint
(default is
term
) |
No listing file is generated. All error messages go
to
stderr
. |
TABLE NOTE 1:
See the discussion of
print
for the
destination of the listing file
for your environment.
TABLE NOTE 2:
Note that even when
term
is in effect, compiler information banners are not written to
stderr
.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.