On Fri, 2 May 2008 12:10:49 -0500, Mark Zelden wrote:
>>
>>You can't use TSOLIB from REXX or I *would* have the entire thing in
>>REXX.  You have to queue it to the stack and that won't execute until
>>you leave the REXX.  Which means using something up front to get
>>the TSOLIB in place.   Even more confusing....
>
Thanks.  YLSED.

>Sorta missed part of what you wrote.   Good point... I should be able to  use
>CALL *(BPXWDYN) 'CONCAT DDLIST(MIGLIB,SIEAMIGE) MSG(2)'
>
In your circumstance, I'd be inclined to use MSG(WTP) rather than MSG(2).
But I've already been wrong once today.  YMMV.

And I've sometimes had to mix metaphors in Rexx: several "address TSO
allocate ..." (can't "CALL *(BPXWDYN) 'alloc ...'"  because of the
100-char PARM limit), followed by "CALL *(BPXWDYN) 'concat ...'".  Ugh.

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

Reply via email to