Previous Topic: Security EventsNext Topic: Record Layouts


Security Exit Linkage Conventions

Standard subroutine linkage conventions pass control to the Exit Program. Six parameter records are passed to the exit program. The first parameter record supplies data to the event block; the second supplies data to the environment block; the third supplies data to the Move Request block; the fourth supplies data to the member block; the fifth supplies data to the approval block; and the sixth supplies data to the Inventory block.

Event Block

The first parameter (see Appendix C) is mapped by COBOL member APCCSXEV and Assembler member APAMSXEV.

Environment Block

The second parameter (see Appendix C) is mapped by COBOL member APCCSXEN and Assembler member APAMSXEN.

Move Request Block

The third parameter (see Appendix C) is mapped by COBOL member APCCMDES and Assembler member APAMMDES.

Member Block

The fourth parameter (see Appendix C) is mapped by COBOL member APCCMMBR and Assembler member APAMMBR.

Approval Block

The fifth parameter (see Appendix C) is mapped by COBOL member APCCSXAP and Assembler member APAMSXAP.

Inventory Block

The sixth parameter (see Appendix C) is mapped by LE/390 COBOL member APCCLIB2 and Assembler member APAMLIB2.