home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / ibmmain / 2081 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.2 KB  |  35 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!PLWATU22.BITNET!GRZES
  3. Message-ID: <IBM-MAIN%92090311291674@DEARN>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Thu, 3 Sep 1992 11:24:00 PDT
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         Gregory Plucinski 257508 <GRZES@PLWATU22.BITNET>
  8. Subject:      Re: compress linklib
  9. Lines: 24
  10.  
  11.  Michael,
  12.  Place IEBCOPY utility in another autorized library (not SYS1.LINKLIB )
  13.  next use this copy of sys1.linklib.
  14.  but nobody can work at this moment.
  15.  
  16.  Another way :
  17.  allocate library for example SYS2.LINKLIB
  18.  copy SYS1.LINKLIB to SYS2.LINKLIB
  19.  rename SYS1.LINKLIB to for example SYS3.LINKLIB (don't scratch at this moment)
  20.  rename SYS2.LINKLIB to SYS1.LINKLIB
  21.  after next IPL you will be use new SYS1.LINKLIB (compressed)
  22.  now you can scratch SYS3.LINKLIB
  23.  
  24.  Gregory
  25.  
  26. ------------------------------TEXT-OF-YOUR-MAIL--------------------------------
  27.  
  28. > We are using MVS/XA 220 and I would like to compress my
  29. > SYSRES SYS1.LINKLIB.
  30. > Can't I use  IEBCOPY and REFRESH LLA ? If not,how I can compress my
  31. > Sys1.Linklib (and other linklist libraries) without disturbing my
  32. > production.
  33. > Thanks for Help.
  34. >
  35.