Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create an object list "OUTQONLY" that has just *OUTQ for type to include. (WRKLBRM)
  2. In 7.1 you will need to do specify A*, B*, C* etc. In 7.2 and above *ALLUSR can be specified (enhancement + object omits) to get them all or select libraries you what to save spooled files from
  3. Create a control group  called OUTQUES (WRKCTLGBRM)
  4. Set the control group with object detail set to *YES (optional, but creates a way to verify spooled files are saved)
  5. Set the control group attributes to Save spooled file data *ALLImage RemovedALL 
    • Image Added
    • NOTE: This applies to all of the library entries in the control group.  If you have duplicate library entries that match the entries in the *OBJ list the data will be saved twice.
  6. When doing a recovery, use STRRCYBRM using control group "OUTQUES and select all:
    • STRRCYBRM OPTION(*CTLGRP) ACTION(*RESTORE) CTLGRP((OUTQUES)) 
  7. Change the recovery defaults , Option F9, to Spool file data = *NEW

...