If you specify more than one option, separate the option
specifications by one or more blank spaces. When using CLIST style
specification, you can also separate option specifications with a
comma instead of a blank space.
CLIST
style and UNIX style option specifications can be intermixed on the
command line, with a special caution that is discussed in
Option Classification When UNIX Style and CLIST Style Are Mixed. Because the two option specification
styles can be intermixed, and because SAS system options are accepted,
SASRX does not support the UNIX convention that an argument that does
not begin with a hyphen is an input filename. You must specify
-input
explicitly
to identify a SAS program input file, even if UNIX style option specification
is used exclusively.
SASRX option names can
be truncated to the minimum unique abbreviation. For example,
O
is
the minimum abbreviation for the OPTIONS option because no other SASRX
option begins with the letter “O.”
SASU
is
the minimum unique abbreviation for the SASUSER option because other
options begin with the letters “SAS.” As a general rule,
SAS system options cannot be abbreviated.