PDX (Unload, Reload, and Index Build functions)
The PDX keyword is valid with the BUILD, RELOAD, and REORG (Online Reorg function and Reorg function) commands.
You can specify this option in a global options module or in PLUSIN. The following table describes the keyword.
To do this | Specify this in PLUSIN |
---|---|
Continue if the PDX is unavailable, and end with return code nnnn. | PDX(OKAYnnnn) |
Terminate if the PDX is unavailable, and end with abend/return code nnnn. | PDX(STOPnnnn) |
Internal default: OKAY0004 |
The PDX keyword lets you specify the action the utility takes if the PDX is unavailable. You can continue with the job or terminate. Specify a 1- to 4-digit abend or return code in the range 0 through 4095.
You can set the default value for the PDX option by using the ISPF panels or the equivalent batch job. Sample JCL is in member #DBUGLBL of the sample library.
Related topic