DBOH605E CONTROL CARD ERROR STARTING AT '07' is displayed.
The job is using a User Exit containing the instruction:
ACCEPT CARDIN FROM SYSIN.
The control card following the //SYSIN DD * statement contains:
0731
If the control card following the //SYSIN DD * statement is changed to contain: 0631 the message displayed changes to:
DBOH605E CONTROL CARD ERROR STARTING AT '06'
How to correct the message: DBOH605E CONTROL CARD ERROR
The ACCEPT statement in the exit program must be changed to specify a DDNAME other than SYSIN.