initializeEnvironment
Initializes the CICS Foundation Classes. The rest of the class library
can only be called after this function has been called. It is called from
the main function in the stub program, listed in ICCMAIN header file, and described in dfhal1h.html.
All OO CICS programs should use this stub or a close equivalent.
static void initializeEnvironment (ClassMemoryMgmt mem = cmmDefault,
FamilySubset fam = fsDefault,
Icc::Bool EDF)
FamilySubset fam = fsDefault,
Icc::Bool EDF)
- mem
- An enumeration, defined in this structure, that indicates the memory management policy for the foundation classes.
- fam
- An enumeration, defined in this structure, that indicates whether the use of CICS features that are not available on all platforms is permitted.
- EDF
- A boolean that indicates whether EDF tracing is initially on.