UEACD - User exit application context

    CONTROL BLOCK NAME = DFHUEACD
    DESCRIPTIVE NAME = CICS TS User Exit Application Context DSECT
       Licensed Materials - Property of IBM
        Restricted Materials of IBM 
       5655-Y04
       (C) Copyright IBM Corp. 2014 
    FUNCTION =
           This DSECT maps the information provided by Loader
           to the LDLD User Exits :
           XLDLOAD - Global User Exit called before a program load
                     request.
           XLDELETE - Global User Exit called before a program
                     delete request.
    LIFETIME =
           DFHLDLD supplies the information for this DSECT before
           the global User Exits around program load and delete
           are called.
           The information provided is valid for a single invocation
           of the exit only.
    LOCATION =
    NOTES :
       DEPENDENCIES = S/370
       RESTRICTIONS = None
       MODULE TYPE = Control block definition
   --------------------------------------------------------------------
    EXTERNAL REFERENCES = None.
   --------------------------------------------------------------------
        User Exit Application Context Information Control Block
Table 1.
Offset Hex Type Len Name (Dim) Description
(0) STRUCTURE 0 DFHUEACD
(0) CHARACTER 64 UEACPLNM Platform Name
(40) CHARACTER 64 UEACAPNM Application Name
(80) FULLWORD 4 UEACMAJN Major Version Number
(84) FULLWORD 4 UEACMINN Minor Version Number
(88) FULLWORD 4 UEACMICN Micro Version Number