The following record layout, mapped by COBOL member APCCSXEN, describes the environment data block passed to the security exit program.
01 APCCSXEN‑ENVIRONMENT‑BLOCK.
05 APCCSXEN‑PROD‑ID PIC X(10) VALUE SPACE.
05 APCCSXEN‑PROD‑OPT PIC X(10) VALUE SPACE.
05 APCCSXEN‑PROD‑VER PIC X(04) VALUE SPACE.
* APCCSXEN‑PROD‑VER is in the format VV.R where VV is the
* version and R is the release, as in 02.0
05 APCCSXEN‑USER‑ID PIC X(08) VALUE SPACE.
05 APCCSXEN‑ACTIVITY PIC X(17) VALUE SPACE.
05 FILLER PIC X(19) VALUE SPACE.
|
Copyright © 2004 CA.
All rights reserved.
|
|