On Wed, 8 Oct 2008 01:30:37 -0300, Claudio Marcio <[EMAIL PROTECTED]> 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
>
You need a single quote at the end of line 100 and a comma after that to
continue the SAY to a second line - line 200. You also need a quote
at the start of that line:
say 'this is being continued' ,
'to a second line'
This is very basic to REXX. These posts really belong on the TSO-REXX
list and not IBM-MAIN. But you really should do yourself a favor and
spend some of your own time on looking at the rexx manuals:
z/OS V1R2.0-V1R8.0 TSO/E REXX User's Guide
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4C310/CCONTENTS?SHELF=IKJ4BK70&DN=SA22-7791-01&DT=20010706113306
z/OS V1R8.0 TSO/E REXX Reference
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4A370/CCONTENTS?SHELF=IKJ4BK70&DN=SA22-7790-07&DT=20060626210253
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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