Suspend linkage AUDIT mode
Component: | BS2000 |
Functional area: | AUDIT mode controln |
Domain: | PROGRAM |
Privileges: | STD-PROCESSING |
Function
The HOLD-LINKAGE-AUDIT command suspends the linkage AUDIT mode which had earlier been activated by a START-LINKAGE-AUDIT command. The hold function always relates to its own job, i.e. the linkage AUDIT mode was activated with SCOPE=OWN-JOB. The linkage AUDIT table and the backup table if there is one are retained.
The linkage AUDIT mode can be resumed with the RESUME-LINKAGE-AUDIT command.
Privileged functions
Systems support personnel (TSOS privilege) can suspend linkage AUDIT mode for the privileged processor state TPR (STATE=*SYSTEM).
Format
HOLD-LINKAGE-AUDIT |
STATE = *USER / *SYSTEM |
Operands
STATE =
Processor state for which the linkage AUDIT mode is to be suspended.
If the linkage AUDIT mode is to be suspended for both processor states at the same time, the command has to be issued twice.
STATE = *USER
The linkage AUDIT mode is to be suspended for the nonprivileged processor state TU. The linkage AUDIT table is retained.
STATE = *SYSTEM
This operand value is reserved for privileged users.
The linkage AUDIT mode is to be suspended for the privileged TPR processor state. The linkage AUDIT table and, if appropriate, the backup table are retained.
Return codes
(SC2) | SC1 | Maincode | Meaning |
---|---|---|---|
0 | CMD0001 | Command executed without error | |
64 | CMD0216 | User does not have authorization | |
64 | IDA0052 | Linkage AUDIT is not available because of missing authorization in the user entry | |
64 | IDA0053 | Linkage AUDIT is not available because of the test options currently set for the active task | |
64 | IDA0060 | AUDIT functions are not available on the entire system in this session |