Re: Extending a VTOC

2022-08-02 Thread Jack Zukt
Thank you all for your input. Unfortunately I do not have FDR on this system. That would be a very good option (my problem is with files that have enqueues from active STCs, such as a few CICS address spaces. And the next programmed IPL is still a long way away... And this is a model 27 that on whi

Re: Extending a VTOC

2022-08-01 Thread willie bunter
If you have FDR they have a very safe way of extending the VTOC.  I have done it multiple times sometimes at 3 a.m. Willie On Monday, August 1, 2022 at 06:15:35 a.m. EDT, Jack Zukt wrote: Hi all, It has been way too many years since the last time I dabbled with ICKDSF and VTOC defini

Re: Extending a VTOC

2022-08-01 Thread Joe Monk
The Extend VTOC is nice, but has one problem ... you could end up with your VTOC in multiple extents. I would back it up, empty the volume, and reinit. Joe On Mon, Aug 1, 2022 at 10:01 AM Jack Zukt wrote: > Thank you all for your input. > I am going to try it like that > Regards, > Jack > > On

Re: Extending a VTOC

2022-08-01 Thread Michael Watkins
I hope I'm only stating the obvious, but back the volume up before you do anything. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jack Zukt Sent: Monday, August 1, 2022 10:01 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Extending a VTOC Thank you all for

Re: Extending a VTOC

2022-08-01 Thread Jack Zukt
Thank you all for your input. I am going to try it like that Regards, Jack On Mon, 1 Aug 2022 at 11:58, Immo wrote: > P.S. > EXTVTOC(n) is a parameter of the ICKDSF command REFORMAT. > Michael > > -Ursprüngliche Nachricht- > Von: IBM Mainframe Discussion List Im Auftrag > von Jack Zukt

Re: Extending a VTOC

2022-08-01 Thread Gadi Ben-Avi
In theory you can. The VTOC has to be contiguous, so the area on the disk just passed to current VTOC must be free. If that is not the case, you will have to move the files that occupy that space, or do it the old way, by emptying the dasd and reinitializing it with a larger VTOC. Gadi -O