You
can use the following types of libraries with a PL/I program:
- The system program library SYS1.LINKLIB or its equivalent. This
can contain all system processing programs such as compilers and
the linkage editor.
- Private program libraries. These usually contain user-written
programs. It is often convenient to create a temporary private library
to store the load module output from the linkage editor until it
is executed by a later job step in the same job. The temporary library
will be deleted at the end of the job. Private libraries are also used
for automatic library call by the linkage editor and the loader.
- The system procedure library SYS1.PROCLIB or its equivalent.
This contains the job control procedures that have been cataloged
for your installation.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)