z/OS MVS IPCS Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Making Load Libraries Available to IPCS

z/OS MVS IPCS Customization
SA23-1383-00

  • For IPCS Formatting
    You can make load libraries available to IPCS through any of the following methods:
    • Bring a load module into the job pack area through the use of the ATTACH, LINK, LOAD, or XCTL macros.
    • Define your own library, which contains exit routines, and identify it to IPCS through one of the following methods:
      • Specify the TASKLIB parameter as part of the TSO/E IPCS command used to start IPCS.
      • Make DD statement ISPLLIB available at the time the ISPF session is started.
      • Use the TSOLIB command of TSO/E. See detailed information in z/OS TSO/E Command Reference.
    • Use JOBLIB or STEPLIB DD statements in the JCL of a LOGON procedure.
    • Place a load module into the link pack area (LPA).
    • Use SYS1.LINKLIB, LNKLSTxx data sets, or SYS1.MIGLIB.

    For all but the first method, the linkage editor places load modules into the library.

  • For ABEND/SNAP Formatting

    The load module must be available in the link pack area (LPA) or in SYS1.LINKLIB, LNKLSTxx data sets, or SYS1.MIGLIB. Use of the LPA is preferred because you do not need to use the private area.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014