Chapter Contents

Previous

Next
OPTIONS

OPTIONS



Lists the current values of all system options in the SAS log

OS/390 specifics: host options displayed, host-specific options of OPTIONS statement


Details
See Also


Details

Portable options are the same in all operating environments. To see a list of these options, submit:

proc options portable;
run;

Certain portable options have aspects that are specific to OS/390. All portable options with OS/390-specific aspects are documented in Summary Table of SAS System Options.

Other options are entirely specific to the OS/390 environment. To see a list of these options, submit:

proc options host;
run;
All options that are specific to OS/390 are documented in Summary Table of SAS System Options.

The following options cause the OPTIONS procedure to list the system options that are specific to the following SAS software products or applications. While the OPTIONS procedure still accepts the following one-word options, it is recommended that you use the associated GROUP= option instead:
ADB
GROUP=ADABAS
SAS/ACCESS interface to ADABAS.
APF
GROUP=INSTALL
system administrators
DB2
GROUP=DB2
SAS/ACCESS interface to DB2
DDB
GROUP=DATACOM
SAS/ACCESS interface to CA-DATACOM/DB
IDM
GROUP=IDMS
SAS/ACCESS interface to CA-IDMS
IMS
GROUP=IMS
SAS/ACCESS interface to IMS-DL/I
ISP
GROUP=ISPF
SAS interface to ISPF (see SAS Interface to ISPF ).

For more information about SAS system options that are associated with a particular SAS/ACCESS interface, see the documentation for that SAS/ACCESS interface.

See Also


Chapter Contents

Previous

Next

Top of Page

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