70 NOTAUTH
70 NOTAUTH
If the RESP of the CICS command is equal to "70", then it's meaning is NOTAUTH.
Contact system administrator team to check whether the appropriate access added for the user or group.
Default Action - The task gets terminated abnormally.
Command | RESP | RESP2 | Reason, Deafult Action & Solution |
---|---|---|---|
CANCEL | 70 | Reason - Occurs when a resource security check has failed on the specified TRANSID.
Solution - Contact system administrator team to check whether the appropriate access added for the user or group. It will resolve the problem. | |
DELETE ENDBR READ READNEXT READPREV RESETBR REWRITE STARTBR UNLOCK WRITE |
70 | 101 | Reason - A resource security check has failed on FILE (filename).
Solution - Contact system administrator team to check whether the appropriate access added for the user or group. It will resolve the problem. |
DELETEQ TD DELETEQ TS READQ TD READQ TS WRITEQ TS WRITEQ TD |
70 | Reason - A resource security check has failed on QUEUE (name).
Solution - Contact system administrator team to check whether the appropriate access added for the user or group. It will resolve the problem. | |
HANDLE ABEND | 70 | Reason - Occurs when a resource security check has failed on PROGRAM (name).
Solution - Application programmer doesn’t need to do anything. Contact system administrator team to check whether the appropriate access added for the user or group. It will resolve the problem. | |
LINK LOAD RELEASE XCTL |
70 | 101 | Reason - A resource security check has failed on PROGRAM(name).
Solution - Application programmer doesn’t need to do anything. Contact system administrator team to check whether the appropriate access added for the user or group. It will resolve the problem. |