Oops, missed that bit. In SMP/E, the ALIAS name(s) [up to 16] would be specified via a SYSLIN ALIAS card during the link-editing of the object modules and coded before the NAME card. Hence, via JCLIN. An IEBCOPY COPYMOD would then copy also the names of the ALIASes, IIRC.
On 10/05/2021 23:04, A T & T Management wrote: > Yes it is done by a BLDL and STOW underneith. But how SMP sets an alias > in it's way of doing things I don't recall. The ALIAS Parameter one would > think should do it. I know that a ++JCLIN with linkedit would do it. But > for something via IEBCOPY I do not. > > Scott > > ----- Forwarded Message ----- From: David Spiegel > <[email protected]>To: "[email protected]" > <[email protected]>Sent: Monday, May 10, 2021, 5:52:42 PM EDTSubject: > Re: SMPE: Element Contains CLIST with ALIAS > Hi Scott, > It's done by a BLDL and a STOW. > > Regards, > David > > On 2021-05-10 17:36, A T & T Management wrote: >> >> OK >> Now on to the problem, The alias should be created at apply time. How this >> is done I don't recall and don't have access to my machine at this time. >> Scott >> On Monday, May 10, 2021, 5:01:21 PM EDT, David Spiegel >> <[email protected]> wrote: >> >> Hi Scott, >> You're right. I would've done this, but, the customer insisted it has to >> be a PTF. >> >> Regards, >> David >> >> On 2021-05-10 16:48, A T & T Management wrote: >>> Why not do this in a usermod? >>> Scott >>> >>> On Monday, May 10, 2021, 2:25:47 PM EDT, Kurt Quackenbush >>> <[email protected]> wrote: >>> >>> On 5/10/2021 1:15 PM, David Spiegel wrote: >>> >>>> I added a CLIST as part of a PTF. >>>> (This is not vendor software.) >>>> ++CLIST(ABCXYZ) ALIAS(XYZ) DISTLIB(ACLIST) SYSLIB(CLIST). >>>> PROC 0 >>>> WRITE HI >>>> >>>> When I ran the APPLY Job, the IEBCOPY Output showed >>>> COPY OUTDD=CLIST,INDD=SMPWRK6 >>>> S M=((A0000000,ABCXYZ,R)) >>>> >>>> Where does (the ALIAS) XYZ get copied to //CLIST? >>>> (It is there after the Job runs, but, there is no record of it in the >>>> Job Output.) >>> After the IEBCOPY operation SMP/E creates the alias in the data set >>> directly using the STOW data management macro. >>> >>> Kurt Quackenbush -- IBM, SMP/E Development >>> Chuck Norris never uses CHECK when he applies PTFs. >>> >>> ---------------------------------------------------------------------- >>> 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 >>> . >> ---------------------------------------------------------------------- >> 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 >> . > ---------------------------------------------------------------------- > 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 > . > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
