If the SASHELP= option
is not specified, then the value SASHELP is used.
Note: If a ddname is supplied as
a library-specification, then the ddname must refer to a single
z/OS
data set or UFS directory. It cannot refer to an externally allocated
concatenation of data sets.
The following example
shows one way to assign a list of library specifications to SASHELP:
SASHELP=(UPDATE 'MVS:ORIGINAL.SASHELP')
The
first library specification
UPDATE
refers
to a ddname that must be allocated external to SAS. The second library
specification refers to the
z/OS data set
ORIGINAL.SASHELP
.
The file system prefix
'MVS:'
is specified
to distinguish this specification from a UFS path. If the system option
FILESYSTEM=HFS is in effect, then SAS assumes that
ORIGINAL.SASHELP
refers
to a UFS directory in the current USS working directory.