DFS3662W COMMAND REJECTED BY reason

Explanation

This message is issued when a command from a terminal is rejected by security checking.

If enhanced command security is included in the IMS system, the command initially goes through a RACF® security check.

reason can be one of the following:
  • RACF; return code
  • DFSCCMD0
  • DEFAULT COMMAND SECURITY

If RACF rejected the command, and the DFSCCMD0 user exit routine did not override the RACF rejection, IMS displays the message: COMMAND REJECTED BY RACF; return code.

Possible return codes from RACF:
USER NOT AUTH; RC=08
User is not authorized for the command by RACF.
SIGNON REQUIRED
Command is RACF-protected and the user is not signed on.
RACF NOT ACTIVE; RC=12
RACF is not active, and RACF transaction or command class is active.
INVALID EXIT RC; RC=16
RACF installation exit routine returned an invalid return code.
INSTALL ERROR; RC=20
RACF is not installed or an incorrect level of RACF is installed.
RACF POE ERROR; RC=24
The RACF profile has a conditional access list, the port-of-entry field in the security token is filled by blanks, and the port-of-entry class is active.
NO PASSWORD; RC=36
RACF password verification is required but no password was given.

System action

The command is rejected.

Operator response

You are not authorized to use the command that was rejected. See the system programmer if you believe you should be authorized to use the rejected command.

Module

DFSCIOB0