Chapter Contents

Previous

Next
The OPTIONS Procedure

Example 1: Producing the Short Form of the Options Listing


Procedure features:
PROC OPTIONS statement option:
SHORT

This example shows how to generate the short form of the listing of SAS system option settings. Compare this short form with the long form shown in Overview .


Program
 Note about code
proc options short;
run;


Log (partial)

1   proc options short;
2   run;
    SAS (r) Proprietary Software Release 7.XX.XXXXXXXXXXX

Portable Options:

 NOBATCH BOTTOMMARGIN= BUFNO=1 BUFSIZE=0 BYERR BYLINE NOCAPS NOCARDIMAGE 
CATCACHE=0 CBUFNO=0 CENTER NOCHARCODE CLEANUP NOCMDMAC NOCOLLATE 
COLORPRINTING COMPRESS=NO CONNECTREMOTE= CONNECTSTATUS CONNECTWAIT 
CONSOLELOG= COPIES=1 CPUID DATASTMTCHK=COREKEYWORDS DATE NODETAILS DEVICE= 
DFLANG=ENGLISH DKRICOND=ERROR DKROCOND=WARN DLDMGACTION=REPAIR NODMR NODMS 


Chapter Contents

Previous

Next

Top of Page

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