Kenneth, That's interesting , have written Rexx since 1984 and always have used the /* rexx */ comment in all my z/OS, VM and Netview clists...wow, Always learning something new...thanks
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 Kenneth E Tomiak Sent: Saturday, October 11, 2008 8:11 AM To: [email protected] Subject: Re: REXX error No, you do not need rexx in a comment. It depends. TSO will read them from SYSEXEC and run them without rexx in the comment. z/OS UNIX Services, in my limited testing, requires rexx to be lower case where any other environment/platform could care less about the case. So RExx, REXX, REXx, rexX, reXX, rEXX, rexx in a comment from TSO and read from SYSPROC will all work. Any of those or even not using it from TSO SYSEXEC, and the PC based versions I use, do not need rexx in a comment. As was pointed out, if you get an IRX message than TSO already figured out it is rexx and the comment is unnecessary. On Wed, 8 Oct 2008 01:51:32 -0400, Scott Ford <[EMAIL PROTECTED]> wrote: >Claudio, > >You need a '/* RExx */' line as your first line like below: > ---------------------------------------------------------------------- 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

