PERFORM SECURITY REBUILD

Refresh security information.

PERFORM SECURITY REBUILD

Read syntax diagramSkip visual syntax diagramPERFORM SECURITY REBUILDESMRESP(data-area)

Conditions: INVREQ, IOERR, NORMAL, NOTAUTH, SYSBUSY

Description

The PERFORM SECURITY REBUILD command is a request for CICS® security information to be refreshed from its external security manager (ESM) source, so that it reflects any updates made since the information was last retrieved.

This command is not required by users whose ESM is RACF®, because the refresh process is automatic.

If your CICS uses another ESM, the effect of this command depends on the particular ESM.

Options

ESMRESP(data-area)
Returns a fullword binary field giving the response code from the external security manager. This value is also returned in the RESP2 field of the response code. If an exception condition prevents CICS from invoking the ESM, the ESMRESP value is left unchanged.

Conditions

INVREQ
RESP2 values:
1
No ESM is installed, or the ESM is inactive.
5
The ESM is temporarily inactive and cannot perform the action requested.
IOERR
RESP2 values:
2
Error returned from ESM. The return code is in ESMRESP, if the option was used.
NORMAL
RESP2 values:
0
The ESM is not RACF. The command completed successfully. See ESMRESP for details.
4
The ESM is RACF. The command is ignored.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
SYSBUSY
RESP2 values:
3
A security rebuild is currently in progress.