On Wed, Nov 30, 2016 at 10:19 AM, Steely.Mark <[email protected]>
wrote:

> Would anyone be able to provide a way to concatenate a library to the
> SYSPROC allocation.
>
> I have tried the concat program from the CBT tape file 134 that abend with
> a S0c4.
> I have tried a rexx exec called ALLOCREX. This sort of works ( it adds my
> ds to SYSPROC) but does not keep the same setup of SYSPROC before the
> addition.
> I have tried clist SPROC from IBM but for some reason it is not working.
>
>
>
> Does anyone have something they can share for z/os V2.2.
>
> Thanks
>
>
​I have not done this, but you might try BPXWDYN
http://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.bpxb600/bpx1rx76.htm

Something like:

ALLOC FILE(SYSPRC1) DSN(​dsn1,dsn2) SHR REUSE
CALL BPXWDYN 'CONCAT DDLIST(SYSPROC,SYSPRC1) PERMC DIAG(DIAG) MSG(MSG)'

BPXWDYN can be use in a CLIST or REXX or other language (it is CALLable
from COBOL, PL/I, HLASM, etc).


-- 
Heisenberg may have been here.

Unicode: http://xkcd.com/1726/

Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to