hi,

Very strange!!!!

Why runs in other dataset ??
in the dataset below, run ok..

VIEW              ZOS.CONTEST.JCL    ------------>  other dataset
Command ===> Scroll ===> PAGE
          Name     Prompt       Size   Created          Changed          ID
__ex_____ BRAS *RC=0           11  2007/09/19  2007/09/21 14:36:53  BABEYS
         **End**


In the dataset below, not run, WHY??

I'm use the ex command in BRAS(member) of the my datset see;

VIEW              BRATIME.TIME.CHRIST    ---------------> my dataset
Command ===>
          Name     Prompt       Size   Created
___EX______ BRAS    *Edited         34  2008/09/09 ---- -> member
member
                       **End**

regards


----- Original Message ----- From: "Paul Gilmartin" <[EMAIL PROTECTED]>
Newsgroups: bit.listserv.ibm-main
To: <[email protected]>
Sent: Monday, October 13, 2008 11:23 AM
Subject: Re: REXX error


On Mon, 13 Oct 2008 06:35:59 -0400, Shmuel Metz (Seymour J.) wrote:

  say 'first part' ||
        'second part'

Note that in this case the comma is permissible but not necessary.

Necessary.

[EMAIL PROTECTED]:132$ head `whence cont.rexx` /dev/null
==> /u/user/bin/cont.rexx <==
/* Rexx */ signal on novalue;  trace R

  say 'first part' ||
        'second part'

==> /dev/null <==
[EMAIL PROTECTED]:133$ cont.rexx
    3 *-* say 'first part' ||
    3 +++ say 'first part' ||
IRX0035I Error running /u/user/bin/cont.rexx, line 3: Invalid expression
[EMAIL PROTECTED]:134$

Are you confusing with, perhaps, JCL continuation syntax?

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

Reply via email to