COBOL · CICS abend code
What does CICS AEY7 mean in COBOL?
Not authorized (NOTAUTH). The user or transaction is not authorized to use the resource it just tried to access.
Not authorized (NOTAUTH). The user or transaction is not authorized to use the resource it just tried to access.
Check the security profile (RACF or equivalent) for the resource against the user ID the transaction is running under, and confirm the transaction's own definition has the access it needs.