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:
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.
Or specify ALL to use all of the DBDs in the specified DBD library. | ||||
Default | DBD (ALL) |