Allocate the new larger data set on target sysres as SYS1.MIGLIB.NEW then do a 
rename using a utility that does not perform an enqueue.
See:
http://www.cbttape.org/~jjaeger/nodsi.html

In the example at this site they are doing a scratch.  Just put in RENAME cards 
instead like the following:
//S1 EXEC PGM=NODSI,PARM='IEHPROGM',REGION=0M
//SYSPRINT  DD  SYSOUT=*
//DD1       DD  UNIT=3390,VOL=SER=VVVVVV,DISP=SHR
//SYSIN     DD  *
 RENAME DSNAME=SYS1.MIGLIB,VOL=3390=VVVVVV,                            X
               NEWNAME=SYS1.MIGLIB.OLD
 RENAME DSNAME=SYS1.MIGLIB.NEW,VOL=3390=VVVVVV,                        X
               NEWNAME=SYS1.MIGLIB

Michael Brennan



-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Veryl Ellis
Sent: Tuesday, June 11, 2019 1:59 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: SYS1.MIGLIB and LNKLST

I'm applying maintenance to my target SYSRES and the target SYS1.MIGLIB ran out 
of space (S/D37).
Can anyone tell me how to get SYS1.MIGLIB out of the running Link List 
concatenation, so I can delete and reallocate a larger target SYS1.MIGLIB?
The standard SETPROG LNKLST stuff to delete a DSN from the link list doesn't 
work on SYS1.MIGLIB.

Thanks for any assist.



S. Veryl Ellis


----------------------------------------------------------------------
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

Reply via email to