On Fri, 2 May 2008 12:03:01 -0500, Mark Zelden <[EMAIL PROTECTED]> wrote:

>On Fri, 2 May 2008 11:57:07 -0500, Paul Gilmartin <[EMAIL PROTECTED]> wrote:
>
>>On Fri, 2 May 2008 09:40:40 -0500, Mark Zelden wrote:
>>>
>>>> You can't use VOLSER for an uncataloged
>>>>concatenation with TSO ALLOCATE.   The way I deal with that is to
>>>>use BPXWDYN since it is supported.  You can also use one of the
>>>>"CONCAT" flavors floating around.
>>>
>>>Does anyone know another / better way?
>>>
>>If "better" means reducing the parts count, you could eliminate
>>the IPCSMIG Rexx glue by CALLing BPXWDYN directly from the CLIST.
>>
>>(Of course, I'd rewrite the whole thing in Rexx.)
>>
>
>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....
>

Sorta missed part of what you wrote.   Good point... I should be able to  use
CALL *(BPXWDYN) 'CONCAT DDLIST(MIGLIB,SIEAMIGE) MSG(2)'    

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

Reply via email to