Howard, look in the PROC itself - just do a F &IMAGE. Because it's on your PROC statement, it must exist within the PROC.
Cheers,,,Steve Steve Conway Lead Systems Programmer Information Systems & Services Division Computer & Network Operations Phone: (703) 450-3156 Fax: (703) 450-3197 Howard Rifkind <[EMAIL PROTECTED]> Sent by: IBM Mainframe Discussion List <[email protected]> 08/05/2008 06:20 PM Please respond to IBM Mainframe Discussion List <[email protected]> To [email protected] cc Subject JCL PROCEDURE QUESTION I'm doing the following as shown below and receiving the following errors yet as far as I can see this should be o.k. Any suggestions would be appreciated. Thanks 2 //JST0010 EXEC PROC=SY065X, // FUNCTION=OPERLOG, // TYPE=CURRENT, // ENV=E18823, // TIMEOUT=360, // IMAGE= 3 XXSY065X PROC ENV='NO-ENVIRONMENT-SPECIFIED', XX FUNCTION='NO-FUNCTION-SPECIFIED', XX TIMEOUT='NO-TIME-OUT-SPECIFIED', XX IMAGE='NONE' 2 IEFC657I THE SYMBOL IMAGE WAS NOT USED ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

