minimal-restore.ctl 526 B

1234567891011121314151617181920212223242526272829
  1. ; Used to retrieve subset of ssnames for MINIMAL PSL system
  2. ; First edit MINIMAL-LOGICAL-NAMES.CMD to reflect <name>
  3. ; then TAKE to install names
  4. ; then BUILD sub-directories or single directory
  5. ; then mount TAPE, def X:
  6. @DUMPER
  7. *tape X:
  8. *density 1600
  9. *files
  10. *account system-default
  11. *restore <*>*.* PSL:*.*
  12. *skip 4
  13. *restore <*>*.* PE:*.*
  14. *skip 1
  15. *restore <*>*.* PH:*.*
  16. *skip 2
  17. *restore <*>*.* PL:*.*
  18. *skip 1
  19. *restore <*>*.* PN:*.*
  20. *skip 3
  21. *restore <*>*.* PU:*.*
  22. *skip 1
  23. *restore <*>*.* PW:*.*
  24. *rewind
  25. *unload
  26. *exit