Hi,
I don't think steplib will work but I will try the TASKLIB from TSOLIB I think coming from there it is still APF authorized 25.2.2.1 JCL DD statement facilities not supported by dynamic allocation Table 25-2 <http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2a8c0/25.2.2. 1?SHELF=iea2bkb4&DT=20110614135151#TBLMJFIG4> lists JCL DD statement facilities that cannot be used in dynamic allocation. Table 25-2. JCL DD Statement Facilities Not Supported by Dynamic Allocation Restricted DDnames JOBCAT, STEPCAT, JOBLIB, and <font color="#ff0000">STEPLIB</font color="#ff0000"> Keyword Parameters CHKPT, DDNAME, DLM, and DSID Positional Parameters *, DATA, and DYNAM Selected Subparameters of Keywords Keyword Subparameter Not Supported DCB reference to ddname of a previous step CYLOFL NTM RKP DISP PASS specification DSN reference to ddname (as in *.ddname) ISAM area name SPACE ABSTR specification UNIT AFF VOLUME RETAIN specification REF=ddname -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Micheal Butz Sent: Monday, August 04, 2014 9:25 AM To: [email protected] Subject: Re: Dynamic Alocation question Correct I am writing an authorized TSO command processor and would like to concatenated it to STEPLIB/TASKLIB TSOLIB Sent from my iPhone > On Aug 4, 2014, at 9:06 AM, "Hardee, Chuck" < <mailto:[email protected]> [email protected]> wrote: > > Correct, but there are implications. > It has to do with whether the allocations were dynamically created or not, and whether you will be de-concatenating them or not. That's why I keep telling the OP to locate a copy of the MVS Authorized Assembler Services Guide and read Chapter 26. Requesting dynamic allocation functions. There's some implications of what happens to datasets and concatenation groups that have the permanent attribute, for example, that need to be known before you go and slap DDNames into a single concatenation group. > > I'm sort of think that the OP is writing something for use under TSO/ISPF because of his query about STEPLIB, TASKLIB and ISPLLIB, which then implies that he may need to preserve a concatenation group, like STEPLIB, before he adds to it so that when his program terminates he can put it back like it was. > > C- > > Charles (Chuck) Hardee > Senior Systems Engineer/Database Administration CCG Information > Technology Thermo Fisher Scientific > 300 Industry Drive > Pittsburgh, PA 15275 > Direct: 724-517-2633 > FAX: 412-490-9230 > <mailto:[email protected]> [email protected] > > > -----Original Message----- > From: IBM Mainframe Discussion List [ <mailto:[email protected]> mailto:[email protected]] > On Behalf Of Charles Mills > Sent: Monday, August 04, 2014 8:59 AM > To: <mailto:[email protected]> [email protected] > Subject: Re: Dynamic Alocation question > > I believe you can concatenate any two allocations that make sense to > concatenate. All you need is the two DD names. > > Charles > > -----Original Message----- > From: IBM Mainframe Discussion List [ <mailto:[email protected]> mailto:[email protected]] > On Behalf Of MichealButz > Sent: Monday, August 04, 2014 8:45 AM > To: <mailto:[email protected]> [email protected] > Subject: Re: Dynamic Alocation question > > Hi, does this mean If I want to concatenate MYTEST.LOADLIB I first > dynamically allocate it use use the ddname returned to me by SVC 99 > Then use text key DCCDNAM ? can I concatenate ISPLLIB and/or STEPLIB > or TASKLIB returned from TSOLIB ? > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to <mailto:[email protected]> [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to <mailto:[email protected]> [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to <mailto:[email protected]> [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
