GO SAVE: Options 40, 41, 42, 43 (saving parts of your system)

 

You can use the GO SAVE menu options 40, 41, 42, or 43 to save parts of your system.

Option Number Description Commands
40

All libraries other than the system library (QMNSAVN)

ENDSBS SBS(*ALL) OPTION(*IMMED)
CHGMSGQ MSGQ(QSYSOPR) DLVRY(*BREAK) 
CHGMSGQ MSGQ(QSYSOPR) DLVRY(*NOTIFY) 
SAVLIB LIB(*NONSYS) ACCPTH(*YES)
STRSBS SBSD(controlling-subsystem)
41

All IBM® libraries other than the system library

SAVLIB LIB(*IBM)
42

All user libraries

SAVLIB LIB(*ALLUSR)
43

All changed objects in user libraries

SAVCHGOBJ LIB(*ALLUSR)

Manually saving parts of your system contains information about how to manually save parts of your system using CL commands.

 

Parent topic:

GO SAVE command menu options