Ok. Thanks all. I'll try the suggestions. 

Have a Nice Day !
 
Bob Pelletier
Connecticut Student Loan Foundation
Rocky Hill, Ct.

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



Confidentiality Notice
 
Unless expressly stated otherwise, this message is confidential and may be 
privileged.  It is intended for the addressee(s) only.   Access to this e-mail 
by anyone else is unauthorized.  If you are not an addressee, any disclosure or 
copying of the contents of this e-mail or any action taken (or not taken) in 
reliance on it is unauthorized and may be unlawful.   If you are not an 
addressee, please inform the sender immediately and delete this message from 
your system.

----------------------------------------------------------------------
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