On Wed, 12 Nov 2008 06:05:50 -0600, Ron Thomas wrote: > >I have codee the beleo routine and executed using IKJEF01 and it it is not >working. Could some one please let me know what could be the issue? > >The message i am getting is "IKJ56500I COMMAND ID NOT FOUND " > It looks as if you are executing the script as a CLIST or inline SYSTSIN, not as a Rexx EXEC.
>/* REXX */ >ID = userid() >LINE.1 = "PUT 'XXXX.INVTORY.REPORT(0)' ", > ||" SUMMARY_REPORT_" ||ID||".TXT" >LINE.2 = "CLOSE" >LINE.3 = "QUIT" >"EXECIO 5 DISKW FTPCTL (STEM LINE. FINIS" >EXIT > o If you issue EXECIO with a count of 5, you should define LINE.4 and LINE.5 o Have you properly allocated FTPCTL, with JCL DD, ALLOCATE, or BPXWDYN? -- 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

