Previous Topic: Default ProcessingNext Topic: Building on z/OS


Customizing the Exit

The exit returns Security-Used when it assumes Standard Security is used. If the intent is to use Enhanced Security, modify the exit to return SECURITYAPPLICATION-ERROR.

The exit returns Security-Not-Used when it assumes Enhanced Security is used. Modify the exit to validate the security data and set the relevant return code. Return SECURITY-USED for an authorized user and SECURITYAPPLICATION-ERROR for a non-authorized user.

When a return code of SECURITY-APPLICATION-ERROR is used an optional failure message can be supplied that will be presented to the client. Optionally, the Security Token can be used for authentication.