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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Newsgroups: bit.listserv.ibm-main
  3. Path: sparky!uunet!stanford.edu!bcm!convex!darwin.sura.net!wupost!uwm.edu!psuvax1!psuvm!auvm!ulkyvm!deehre01
  4. Organization: University of Louisville
  5. References:  <IBM-MAIN%92111714552871@DEARN>
  6. Message-ID: <92322.102102DEEHRE01@ulkyvm.louisville.edu>
  7. Date:         Tue, 17 Nov 1992 10:21:02 EST
  8. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  9. Comments:     Warning -- original Sender: tag was NNEWS@ULKYVM
  10. From:         David Ehresman <DEEHRE01@ULKYVM.LOUISVILLE.EDU>
  11. Subject:      Re: How to expand SYS1.LOGREC
  12. Lines: 25
  13.  
  14. In article <IBM-MAIN%92111714552871@DEARN>, Gregory Plucinski 257508
  15. <GRZES@PLWATU22.BITNET> says:
  16. >
  17. >
  18. >   SYS1.LOGREC is open during IPL but not reserved.
  19. >   try this way :
  20. >
  21. >    allocate new one (for example SYS2.LOGREC)
  22. >    format it (IFCDIP00)
  23. >    rename old one (to for example SYS3.LOGREC
  24. >    rename new one to SYS1.LOGREC
  25. >
  26. >    IPL system
  27. >
  28. >    scratch SYS3.LOGREC
  29. >
  30. >    I use oldest version of MVS but this way should be ok for You.
  31. >
  32. >    (by the way You can IPL system without SYS1.LOGREC )
  33. >
  34. > Gregory
  35. On the off chance that MVS remembers the location of SYS1.LOGREC from
  36. open time, I would suggest not scratching the renamed (old) LOGREC
  37. data set until after the next IPL.  MVS may still be using it
  38. until that time.
  39.