First, verify the LE run-time options in effect by including
/RPTOPTS(ON) in the PARM field on the EXEC statement.

Second, you should be getting a file status key of 96:

For QSAM file: An OPEN statement with the OUTPUT phrase was attempted,
or
an OPEN statement with the I-O or EXTEND phrase was attempted for an

optional file but no DD statement was specified for the file and the

CBLQDA(OFF) runtime option was specified.


Does your program check for that file status key?

Don Imbriale

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Robert Pelletier
Sent: Tuesday, January 09, 2007 2:09 PM
To: [email protected]
Subject: Re: JOB07040 IEC130I SLFVDDIL DD STATEMENT MISSING

Yes.  



CBLQDA will apply to COBOL programs only.  Is your program COBOL?

Don Imbriale

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Robert Pelletier
Sent: Tuesday, January 09, 2007 1:43 PM
To: [email protected]
Subject: Re: JOB07040 IEC130I SLFVDDIL DD STATEMENT MISSING

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





***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation, 
offer or agreement or any information about any transaction, customer 
account or account activity contained in this communication.
***********************************************************************

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