RESLIB keyword


Several Database Integrity tasks extract information from various IMS execution modules.

For these tasks, Database Integrity requires access to the library (RESLIB or DFSRESLB) containing the modules. You can specify the data set name of this library with one of the following methods:

  • Code the DFSRESLB DD statement in the JCL.
  • Code the RESLIB keyword on the GLBL statement.
  • Code the RESLIB keyword on the task control statement.


Attribute

Description

Uses

The RESLIB keyword is optional on the following control statements:

  • GLBL
  • XREF
  • DBDAUDIT
  • MFSCOPY
  • MFSDLET
  • LBLDLET
  • LBLSHOW
  • LBLCHECK
  • LBLMPORT
  • LBLXPORT

Database Integrity does not use the RESLIB library for other tasks, and it ignores the RESLIB keyword on the other control statements.

Syntax

RESLIB(value)

Values

Code one of the following values:

dataSetName

The name of the RESLIB data set. The maximum length is 44 characters, including periods.

NULLFILE

Use the data set specified with the DFSRESLB DD statement.

Default

RESLIB(NULLFILE)


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Database Integrity for IMS 5.1