In order
to access a BMDP file, you must use the LIBNAME statement or LIBNAME
function to assign a libref to the file.
You do not need to use
a LIBNAME statement or function before running PROC CONVERT if you
are using PROC CONVERT to convert a BMDP file to a SAS data file.
For more information, see
CONVERT Procedure: z/OS.
Note that the LIBNAME
statement has no options for the BMDP engine.
If you previously used
a TSO ALLOC command or a JCL DD statement to assign a ddname to the
BMDP file, then you can omit the
physical-filename (a
physical filename in the
z/OS operating environment) in the LIBNAME
statement or LIBNAME function and use the ddname as the libref. See
Accessing BMDP Files.
For information about
the LIBNAME statement, see
LIBNAME Statement: z/OS. For information about the LIBNAME
function, see “LIBNAME Function” in the
SAS Functions and CALL Routines: Reference.