DBD keyword


Code the DBD keyword to specify one or more DBD names to use as input to the task.

If the task is a comparison of two control blocks, this keyword specifies the name of Compare Block 1.

If you specify the DBD keyword, you must also specify the name of the DBD library containing the DBD with one of the following methods:

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

Uses

The DBD keyword is optional on the following control statements:

  • MAP
  • DECODE
  • COMPARE
  • REPORT
  • LBLGEN
  • LBLDLET
  • LBLSHOW
  • LBLCHECK
  • LBLXPORT
  • LBLMPORT

It is not valid on the other control statements.

Syntax

DBD(value1,value2,…value8)

DBD(ALL)

Values

Code at least one, and a maximum eight per task, of the following values. DI+ processes the names in the order in which you specify them. You can use any combination of member names and patterns.

memberName

The literal member name to select.

x+x*

A pattern that tells DI+ to select any member names that match the pattern. For more information, see Using-patterns-to-specify-member-names.

Or specify ALL to use all of the DBDs in the specified DBD library.

Default

DBD (ALL)

 

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

DATABASE INTEGRITY PLUS 5.0