Specifies the area containing the Security Request Block (SRB) associated with this request. This area is mapped by #SECRB.
The location of the SRB is required because most of the other parameters coded on #SECSGOF will be stored in the SRB.
This parameter is not required if CALL=ONLY.
Identifies the symbolic name of the area containing the SRB.
Identifies the register containing the address of the SRB.
Specifies the address of the Logical Terminal Element (LTE) for which signoff will be done.
If you do not specify FROMLTE=, signoff processing will use the task's primary LTE (that is, TCELTEA).
Identifies the symbolic name of a user-defined area containing the LTE address.
Identifies the register containing the LTE address.
Specifies that one or more registers are to be saved across the call. This parameter is valid in system mode only.
Specifies a register.
Register-number must be a numeric literal.
Register-number can be specified in the form Rn, where n is a numeric literal. This assumes that the symbol Rn has been equated to the corresponding register number; for example:
R0 EQU 0 R1 EQU 1 R2 EQU 2 . . . R15 EQU 15
These assignments can be made with the macro #REGEQU or explicitly coded in the program.
Controls the expansion of the #SECSGOF macro.
If you omit the CALL parameter, the effect is the same as specifying CALL=YES.
Causes #SECSGOF to generate both the code to complete the SRB and the code to invoke the security system.
Causes #SECSGOF to generate the code to fill in the SRB fields, but not to build the parameter list or the call.
Causes #SECSGOF to generate only the code needed to invoke the security system.
Specifies whether you want the SRB to be initialized.
If you omit the CLEAR= parameter, the effect is the same as specifying CLEAR=YES. Exception: If CALL=ONLY, the CLEAR parameter defaults to NO.
Causes #SECSGOF to clear the SRB to binary zeros before the macro expansion begins to assign values.
Indicates that the SRB should not be initialized.
Specifies the area in which to build the parameter list. The parameter list is a three-fullword storage area.
Supplies the default name for the area that contains the parameter list.
Identifies the symbolic name of a user-defined fullword-aligned field that contains the parameter list.
Identifies the register containing the address of the parameter list.
|
Copyright © 2014 CA.
All rights reserved.
|
|