Claudio, You need a '/* RExx */' line as your first line like below:
/* rexx */ /* Author: Scott Ford, IDF */ /* Date: 08-25-2008 */ /* Program: RACFFND */ /* Narative: finds all group members against search all users */ /*-------------------------------------------------------------*/ arg grpid trec = ''; nmatch. = ''; Add the first line as ablove and it will work fine ... Scott Ford Senior Systems Engineer [p] 678.266.3399 x304 [m] 609-346-0399 identityforge.com This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately or let us know at [EMAIL PROTECTED] or [EMAIL PROTECTED], and then delete the original. Any other use of the email by you is prohibited. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Luis Monge Sent: Wednesday, October 08, 2008 12:41 AM To: [email protected] Subject: Re: REXX error Hola Claudio, Your problem is that it should be encased in double quotes...ie say "Este programa informa em que dia da semana foi ou sera o Natal em determinado ano, que ano quer saber ?" Saludos Claudio Marcio wrote: > hi, > > see the first lines of the my exec rexx > > ****** ***************************** Top of Data > ****************************** > ==MSG> -Warning- The UNDO command is not available until you change > ==MSG> your edit profile using the command RECOVERY ON. > 000100 say 'Este programa informa em que dia da semana foi ou sera o > Natal > 000200 em determinado ano, que ano quer saber ?' > 000300 pull year > > > before run, appears this message?? > > : F & Bsay 'Este programa informa em que dia da semana foi ou sera o > IKJ56545I THIS STATEMENT HAS AN INVALID SYMBOLIC VARIABLE > > regards > > > ----- Original Message ----- From: "Paul Gilmartin" > <[EMAIL PROTECTED]> > Newsgroups: bit.listserv.ibm-main > To: <[email protected]> > Sent: Tuesday, October 07, 2008 11:16 AM > Subject: Re: REXX error > > >> On Tue, 7 Oct 2008 08:25:09 -0400, P S wrote: >> >>> Or just replace the first line of the program with /**/ and you'll >>> know it's good (less scientific, but easier!). >>> >> Ummm. If the program was loaded from SYSPROC, this will cause it >> to be treated as a CLIST rather than an EXEC, and the OP is not >> likely to know it's good. >> >> If the error is due to a code page problem, there are likely to >> be additional instances, and disabling the first line may leave >> residual errors, even if the program was loaded from SYSEXEC or >> invoked via the API. >> >>> On Tue, Oct 7, 2008 at 7:59 AM, Lizette Koehler wrote: >>>> >>>> You can change the hex data to a blank with the command: C P'.' ' ' >>>> >> Which is unlikely to achieve the OP's intent unless he intended >> a blank where the nondisplayable character(s) appeared. >> >> Would you advise "C P'.' ' ' ALL"? >> >>>>> when I run my exec REXX the error appears: >>>>> 1 +++ ? >>>>> IRX0013I Error running BRAS, line 1: Invalid character in program >> >> Code page problems are challenging to a novice (or a non-novice). >> So, what was the hex value of the nondisplayable character in the >> first line? What graphic did the programmer intend to appear there? >> What code page was the programmer's terminal using? What code >> page was Rexx using? Was the program coded on a workstation, with >> the hazard of transmission errors? >> >> -- 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 >> > > ---------------------------------------------------------------------- > 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 ---------------------------------------------------------------------- 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

