Previous Topic: Parameter Mapped by APCCENVMNext Topic: Parameter Mapped by APCCSXEN


Parameter Mapped by APCCSXEV

The following record layout, mapped by COBOL member APCCSXEV, describes the event data block passed to the security exit program.

01  APCCSXEV‑EVENT‑BLOCK.
    05  APCCSXEV‑EVENT          PIC X(08).
    05  APCCSXEV‑EXIT‑TYPE      PIC X(08).
    05  APCCSXEV‑INDICATOR      PIC X(01).
    05  FILLER                  PIC X(01).
    05  APCCSXEV‑BLOCKS         PIC X(01)
        OCCURS 10 TIMES
        INDEXED BY APCCSXEV‑BLOCKS‑INDEX.
    05  APCCSXEV‑USER‑DATA      PIC X(04).
    05  FILLER                  PIC X(10).