On Wed, 6 Aug 2008 09:14:20 -0300, carlos roberto visconde wrote: >Into proc SY065X there is no &IMAGE > That is exactly what it's complaining about. Every formal parameter declared in the PROC heading must be used at least once in the procedure body.
>2008/8/5, Howard Rifkind: >> >> 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 -- gil ---------------------------------------------------------------------- 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

