GO SAVE: Option 23 (saving user data)

Option 23 saves all user data. This information includes files, records, and other data that your users supply into your system.

Option 23 puts your system into a restricted state. This means that no users can access your system, and the backup is the only thing that is running on your system.

Note: If you are saving information about independent disk pools, make sure that you have varied on the independent disk pools that you want to save before using option 23. For more information see Saving independent ASPs.
Option Number Description Commands
23 All user data (QSRSAVU) Start of change
ENDTCPSVR
ENDHOSTSVR
DLYJOB JOB(300)
ENDTCP
DLYJOB JOB(300)
ENDSBS SBS(*ALL) OPTION(*IMMED)
CHGMSGQ MSGQ(QSYSOPR) DLVRY(*BREAK or *NOTIFY)
SAVSECDTA 
SAVCFG
SAVLIB LIB(*ALLUSR) ACCPTH(*YES) 
SAVDLO DLO(*ALL) FLR(*ANY)
SAV DEV('/QSYS.LIB/media-device-name.DEVD') +
    OBJ(('/*') ('/QSYS.LIB' *OMIT) +
        ('/QDLS' *OMIT) +
        ('/QIBM/ProdData' *OMIT) +
        ('/QOpenSys/QIBM/ProdData' *OMIT))1 +
    UPDHST(*YES) 
STRSBS SBSD(controlling-subsystem)
End of change
1Menu option 23 omits the QSYS.LIB file system because the SAVSYS command, the SAVSECDTA command, the SAVCFG command, and the SAVLIB LIB(*ALLUSR) command save it. The command omits the QDLS file system because the SAVDLO command saves it. Menu option 23 also omits the /QIBM and /QOpenSys/QIBM directories because these directories contain IBM® supplied objects.

Performing a complete save using the GO SAVE checklist provides you with step-by-step instructions on how to save your user data with menu option 23 of the GO SAVE command.