Robert Pelletier wrote:
This is what I have so will the job run even if there is a missing dd
statement:
CBLOPTS=((ON),OVR), CBLPSHPOP=((ON),OVR), CBLQDA=((OFF),OVR), CHECK=((ON),OVR), COUNTRY=((US),OVR), DEBUG=((OFF),OVR),

Going by these settings, you should abend in
OPEN if there is a missing DD statement. However,
it is possible to have the CBLQDA parameter
overridden (the "OVR" value) either in a runtime
parameter list or a CEEUOPTS module bound (link
edited) into your program module (or, perhaps
even an operator command).

"OFF" is what you want; you might consider specifying
CBLQDA=((OFF),NOVR) and re-Assembling and binding this
CEEDOPT module with this setting.

Kind regards,

-Steve Comstock

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to