home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!ukma!psuvax1!psuvm!auvm!PLWATU22.BITNET!GRZES
- Message-ID: <IBM-MAIN%92111714552871@DEARN>
- Newsgroups: bit.listserv.ibm-main
- Date: Tue, 17 Nov 1992 14:54:00 PST
- Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
- From: Gregory Plucinski 257508 <GRZES@PLWATU22.BITNET>
- Subject: Re: How to expand SYS1.LOGREC
- Lines: 26
-
- > Hallo,
- > does anybody know how to expand the SYS1.LOGREC data set? The Problem is,
- > that this data set has to be on the IPL volume and that the data set is
- > open since IPL time. So i can't scratch the data set and reallocate it with
- > a greater size. Is there a way to disable error recording for a short
- > period of time? We're running MVS/SP V4R2.
- > Thanks
- > Stefan Ost
-
- SYS1.LOGREC is open during IPL but not reserved.
- try this way :
-
- allocate new one (for example SYS2.LOGREC)
- format it (IFCDIP00)
- rename old one (to for example SYS3.LOGREC
- rename new one to SYS1.LOGREC
-
- IPL system
-
- scratch SYS3.LOGREC
-
- I use oldest version of MVS but this way should be ok for You.
-
- (by the way You can IPL system without SYS1.LOGREC )
-
- Gregory
-