rexx error information



IBM's Command List programming language & Restructured Extended Executor

rexx error information

Postby helen2000 » Wed Mar 24, 2010 12:02 am

Hi all,

this is my rexx code,
 /*REXX*************************/       
  'ISREDIT MACRO (NESTMAC) PROCESS'     
     'ISREDIT (DATA1) = DATAID'         
     'ISREDIT (CURMEM) =MEMBER'         

I got the error, would you please tell me the first line format about rexx, thanks,
INVALID COMMAND NAME SYNTAX                   
      1 *-* /*REXX*************************/   
 0000100                                       
        +++ RC(-3) +++                         


Helen
helen2000
 
Posts: 85
Joined: Sat Aug 08, 2009 9:44 pm
Has thanked: 0 time
Been thanked: 0 time

Re: rexx error information

Postby dick scherrer » Wed Mar 24, 2010 1:14 am

Hi Helen,

Lots of ours use:
/* -------------- rexx procedure ------------- */

I suspect the sequence number (0000100) is causing a problem. . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: rexx error information

Postby expat » Wed Mar 24, 2010 5:20 pm

Usually have my REXX in a library with UNNUMB
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

Re: rexx error information

Postby helen2000 » Wed Mar 24, 2010 8:08 pm

You are correct, It's cause 0000100. right now it works. thanks, Mr Dick and expat.
Helen
helen2000
 
Posts: 85
Joined: Sat Aug 08, 2009 9:44 pm
Has thanked: 0 time
Been thanked: 0 time


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post