In <[EMAIL PROTECTED]>, on 11/12/2008
   at 01:41 AM, Ron Thomas <[EMAIL PROTECTED]> said:

>Could some one please help me in this in this , I need a Rexx routine to
>be  executed in the job so that that the file will be created for eg 
>Userid.abc ie the userid should be appended before the file name.

>PUT  abc.inv.rpt  userid.txt

'PUT  abc.inv.rpt" userid()'.txt'


In <[EMAIL PROTECTED]>, on 11/12/2008
   at 06:05 AM, Ron Thomas <[EMAIL PROTECTED]> said:

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

>/*  REXX */                                
>ID = userid()      

You're trying to run your code directly from SYSTSIN. Put it in a SYSEXEC
or SYSPROC member and invoke that member from SYSTSIN.

-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     ISO position; see <http://patriot.net/~shmuel/resume/brief.html> 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

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