MLIB

Type

OMEGAMON Minor command

Description

Specifies the INSP module libraries. You can use MLIB to update the list of libraries used to resolve CSECT maps for programs. Several conditions must be met for OMEGAMON to resolve CSECTs:

  • One or more libraries must be specified in the library list.
  • One of the libraries must contain a load module that matches the name of the selected load module.
  • The directory characteristics must match the CDE/LPDE of the in-storage module.
  • The library load module must not be marked not-editable.

If any one of these conditions is not met, OMEGAMON treats the whole load module as one CSECT named $PRIVATE.

MLIB ADD(cccccccc,…) DEL(cccccccc,…|nn,…)
ADD(cccccccc,…)
Adds one or more libraries (cccccccc) to the list by data set name.
DEL(cccccccc,…|nn,…)
Deletes one or more libraries from the list by name (cccccccc) or number (nn). Data set numbers appear when you enter MLIB without any parameters.

Related Information

Minor of: INSP

Other Applications Tuning minor: ICPU