We use PROGxx for APF, SYSLIB, and link list.

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Seymour J Metz
Sent: Wednesday, November 3, 2021 2:20 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Volume allocated to *MASTER*

[External Email. Exercise caution when clicking links or opening attachments.]

"If you use LNKLSTxx instead of PROGxx, during IPL, the system opens and 
concatenates each data set in the order it was listed, starting with the 
first-specified LNKLSTxx member. The system creates a data extent block (DEB) 
that describes the data sets concatenated to SYS1.LINKLIB and their extents. 
The extents remain in effect for the duration of the IPL."

________________________________________
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of 
Michael Brennan <0000034cc18fb308-dmarc-requ...@listserv.ua.edu>
Sent: Wednesday, November 3, 2021 1:21 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Volume allocated to *MASTER*

Link list allocations from IPL time do not have to hang around forever.  There 
are several ways to remove an allocation.  My favorite way is to code two 
SYS1.PARMLIB members and then just issue two MVS commands to bring them in.
Code a PROGLD member with contents:
LNKLST DEFINE NAME(LNKLST02) COPYFROM(CURRENT) LNKLST DELETE NAME(LNKLST02)
              DSNAME(SYS2A.PRODUCT.LINKLIB) LNKLST ACTIVATE NAME(LNKLST02) 
LNKLST UPDATE JOB(*)

Then code a CSVLLALD member:
REMOVE(SYS2A.PRODUCT.LINKLIB)

Issue commands:
T PROG=LD
F LLA,UPDATE=LD

This method will remove allocations from VLF and LLA address spaces.

________________________________________
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of 
Dave Jousma <000001a0403c5dc1-dmarc-requ...@listserv.ua.edu>
Sent: Wednesday, November 3, 2021 11:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Volume allocated to *MASTER*

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don't click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

Richard,

I didnt read every single post on the topic, but did you say if this is the 
SYSRES you are IPL'd from?  Or an alternate that isnt supposed to be in use?   
Also, saw your comments about the couple of hardcoded datasets in LINKLIST that 
you fixed that were pointing at the volume.   I thought IPL time linklist hung 
around forever regardless of any SET PROG statements that might have been done?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.
________________________________

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
Confidentiality notice: 
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to