home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / ibmmain / 1768 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.4 KB  |  30 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!USCMVSA.BITNET!LDW
  3. Message-ID: <IBM-MAIN%92072203354648@RICEVM1.RICE.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Wed, 22 Jul 1992 01:32:00 PDT
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         Leonard D Woren <LDW@USCMVSA.BITNET>
  8. Subject:      Re: JCL formatters/checkers/converters
  9. Lines: 19
  10.  
  11. If you have to make single changes to large numbers of JCL members
  12. which are stored in a small number of PDSs, the REPLACE subcommand of
  13. PDS can be convenient.  Since PDS is an interactive tool, it can only
  14. do one change at a time, so multiple changes will read all the data
  15. for each change, which is probably too inefficient for you.  If you
  16. have installed MVS from CBIPO, you can use the IPOUPDTE program to do
  17. the mass updates.   IBM supplies documentation for IPOUPDTE in the
  18. RIM materials received with the CBIPO.  Of course, IPOUPDTE will
  19. refuse to run on your libraries, complaining that they're not
  20. eligible.  So, what to do?  I hope IBM doesn't get too upset at me for
  21. spilling the beans on this one...  Add a $$$COIBM member to the
  22. library to be updated, run IPOUPDTE, then (if you wish) delete the
  23. member.  I have libraries containing a $$$COIBM with one record with
  24. the text "Dummy member to fool IPOUPDTE".  Your mileage may vary, use
  25. at your own risk, etc.
  26.  
  27. PDS 8.4 is available on the CBT tape.
  28.  
  29. /Leonard
  30.