Problem:
After PEND command was entered while shutting down a VSE machine, the following error message was received: CAAU201E CA-AUDIT RUNTIME SYSTEM ERROR 0702
Cause:
This message occurs when Audit is running as a subtask of POWER.
Resolution:
Audit should be stopped by running the following job just before PEND:
// EXEC CACCDBU0,SIZE=100K
SHUTDOWN AUDIT IMMEDIATE(YES)
/*
Additional Information:
An abbreviated format of the command can be used as follows:
SHUT AUDIT IMM(YES)