home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / ibmmain / 2657 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.2 KB  |  37 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!ukma!psuvax1!psuvm!auvm!PLWATU22.BITNET!GRZES
  3. Message-ID: <IBM-MAIN%92111714552871@DEARN>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Tue, 17 Nov 1992 14:54:00 PST
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         Gregory Plucinski 257508 <GRZES@PLWATU22.BITNET>
  8. Subject:      Re: How to expand SYS1.LOGREC
  9. Lines: 26
  10.  
  11. > Hallo,
  12. >   does anybody know how to expand the SYS1.LOGREC data set? The Problem is,
  13. > that this data set has to be on the IPL volume and that the data set is
  14. > open since IPL time. So i can't scratch the data set and reallocate it with
  15. > a greater size. Is there a way to disable error recording for a short
  16. > period of time? We're running MVS/SP V4R2.
  17. > Thanks
  18. > Stefan Ost
  19.  
  20.    SYS1.LOGREC is open during IPL but not reserved.
  21.    try this way :
  22.  
  23.     allocate new one (for example SYS2.LOGREC)
  24.     format it (IFCDIP00)
  25.     rename old one (to for example SYS3.LOGREC
  26.     rename new one to SYS1.LOGREC
  27.  
  28.     IPL system
  29.  
  30.     scratch SYS3.LOGREC
  31.  
  32.     I use oldest version of MVS but this way should be ok for You.
  33.  
  34.     (by the way You can IPL system without SYS1.LOGREC )
  35.  
  36.  Gregory
  37.