JCL Statements

In the EXEC statement you need to specify the program name XUTLB or its alias DSNUTILB. For example:

//STEPEXEC DSNUTILB, ...

The PARM parameters are the same as for DSNUTILB; however, XUTLB provides the following additional parameter:

FBD
Checks for x'00' in columns defined as CHAR, VARCHAR, or LONGVARCHAR; if found, the table column definition is changed to enable FOR BIT DATA.

For example:

//UTILSAMP EXEC PGM=DSNUTILB,REGION=1024K,
//             PARM='DB5B,MFIMAG,,FBD'