Have you tried the CONCAT from CBT File 831?
-------------------------------------------------------------------------- Lionel B. Dyck (TRA Contractor) Mainframe Systems Programmer <AITC Mainframe Support> Enterprise Infrastructure Support (Station 200) (005OP6.3.10) VA OI&T Service Delivery & Engineering -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of John McKown Sent: Wednesday, November 30, 2016 10:39 AM To: [email protected] Subject: [EXTERNAL] Re: concat 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
