|
|
This exit point controls command security, both from the console and from the ISPF and CICS menu interfaces. It executes a user‑written exit routine that verifies a given user's authority to issue a particular command. The following are the possible results of the verification:
The default module name and entry point for this exit is XCOMEX13. The default module name can be overridden by specifying the load-module name in the Default Options.
Specify EXIT13=YES | Load-module name in the Default Options to enable this exit.
The module XCOMOPRS calls this exit.
This exit is a branch entry.
EX13PLST is the required DSECT.
The addressing mode at entry is 31.
The following registers are available at entry:
Undefined
Address of EX13PLST
Undefined
Address of register save area
Return address
Entry point address
The following registers are available at exit:
Undefined
Return code
The only valid return code is 0 for a normal return.
Allow access immediately
Let the security package make the decision
Deny access immediately
The following is a sample program using this exit:
CAI.CBXGSAMP(XCOMEX13)
Note: Exit 13 has six separate entry codes, mapped by the field X13FUNCT in the EX13PLST DSECT. This field contains an entry code explaining why the exit is being entered.
| Copyright © 2012 CA. All rights reserved. |
|