BRMS can be configured to fail rather than bypassing Save System (SAVSYS) command if the system is unable to reach restricted state.

To enable this function on a system-wide basis, run the following command:

CRTDTAARA DTAARA(QUSRBRM/Q1ANOSYSBP) TYPE(*CHAR) LEN(1)

To enable this function for a specific job, (for example, create the data area in a control group exit prior to running the SAVSYS command), run the following command:

CRTDTAARA DTAARA(QTEMP/Q1ANOSYSBP) TYPE(*CHAR) LEN(1)

Notes

6.1 SI30649
V5R4M0 SI30647