DECODESXD control statement

Specifies whether to decode secondary index DBDs related to the original DBD and the new DBD, and print the resulting DBD source statements in the DBD Decoded report and the New DBD Decoded report.

This control statement requires IMS Library Integrity Utilities. See Software prerequisites.

This control statement is optional. The default is DECODESXD=NO.

Read syntax diagramSkip visual syntax diagramDECODESXD=NO(NOYES,NOYES)YES

The first subparameter specifies whether to decode secondary index DBDs that are related to the original DBD. If you specify YES, the resulting DBD control statements are printed in the Decoded DBD report.

The second subparameter specifies whether to decode secondary index DBDs that are related to the new DBD. If both NEWDBD control statement and DECODESXD=(xxx,YES) are specified, the resulting DBD source statements are printed in the Decoded New DBD report.

Specifying DECODESXD=YES is the same as specifying DECODESXD= (YES,YES), and specifying DECODESXD=NO is the same as specifying DECODESXD=(NO,NO).

Note: The DECODESXD control statement must not be specified in the (UNLOAD) block or in the (RELOAD) block.
Tip: You can change the default value of this control statement by creating an Installation Default Option Table (HPSCOPTI). For more information, see Setting installation default options.