In order to access an OSIRIS file, you must use the
LIBNAME statement or LIBNAME function to assign a libref to the file.
Specify the OSIRIS engine in the LIBNAME statement as follows:
LIBNAME libref
OSIRIS 'physical-filename '
DICT='dictionary-filename';
is the physical filename
of the data file.
is the physical filename
of the dictionary file. The dictionary-filename can
also be a ddname. However, if you use a ddname for the dictionary-filename,
do not use quotation marks.
Specify the OSIRIS engine in the LIBNAME function
as follows:
LIBNAME(libref,
'physical-filename ',
'OSIRIS', “DICT='dictionary-filename'”)
You do not need to
use a LIBNAME statement or function before running PROC CONVERT if
you are using PROC CONVERT to convert an OSIRIS file to a SAS data
file. For more information, see
CONVERT Procedure: z/OS.
If you previously used
a TSO ALLOC command or a JCL DD statement to assign a ddname to the
OSIRIS file, you can omit the
physical-filename in
the LIBNAME statement or function. However, you must still use the
DICT= option, because the engine requires both files.