home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / ibmmain / 2663 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.4 KB

  1. Path: sparky!uunet!stanford.edu!bu.edu!olivea!spool.mu.edu!uwm.edu!psuvax1!psuvm!auvm!USCMVSA.BITNET!LDW
  2. From: LDW@USCMVSA.BITNET (Leonard D Woren)
  3. Newsgroups: bit.listserv.ibm-main
  4. Subject: Re: How to expand SYS1.LOGREC
  5. Message-ID: <IBM-MAIN%92111717415102@RICEVM1.RICE.EDU>
  6. Date: 17 Nov 92 23:36:00 GMT
  7. Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. Lines: 22
  9. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  10.  
  11. >   does anybody know how to expand the SYS1.LOGREC data set? The Problem is,
  12. > that this data set has to be on the IPL volume and that the data set is
  13.                                ~~~~~~~~~~~~~~~~~
  14. > open since IPL time.
  15.  
  16. > ...  We're running MVS/SP V4R2.
  17.                      ~~~~~~~~~~~
  18.  
  19. At some level of MVS/SP, definitely prior to V4, MVS was changed to do
  20. a catalog lookup for SYS1.LOGREC, and use the cataloged version if
  21. found.  If not cataloged, then it must be on the IPL volume.
  22.  
  23. As someone else already replied, you can just rename the existing one,
  24. allocate and initialize a new one, and IPL.  Don't forget to dump the
  25. data from the old one before you scratch it.  And yes, don't scratch
  26. the old one before IPLing.  It's opened only at IPL time.  Also note
  27. that you can't move SYS1.LOGREC because it has absolute disk addresses
  28. in it.  I heard a story of one site that reorganized sysres and ended
  29. up with logrec data in the middle of an SMP dataset because they
  30. didn't re-init logrec.
  31.  
  32. /Leonard
  33.