CONFIG statement
The CONFIG statement is used to specify certain infrequently-modified parameters that (other than TRACE) might not be altered during BMC AMI Defender execution. A CONFIG statement is processed only during product startup.
Trace-specification: See Using-the-TRACE-facility.
A CONFIG statement might be placed anywhere in the Field Definitions file. A user-specified CONFIG statement is most appropriately placed in the member CZDUSER2. (See Preserving your modifications across BMC maintenance further on in this topic.)
The effect of CONFIG statements is cumulative: any CONFIG statement parameters override any specification earlier in the Field Definition files.
Option | Description |
---|---|
ENRICH(ACF2(length)) | Applies only to installations running the CA System Authorization Facility (SAF) product ACF2. (For non-ACF2 installations the parameter is ignored and forced to No.) ENRICH(ACF2 specifies the number of bytes of ACF2 fields that are to be included with every queued SMF event. Specify the length of the user LID fields that are to be included. BMC AMI Defender supports both the original user LID and the extended user LID; specify a single length as though the two areas were contiguous. Specify No to include no ACF2 enrichment fields; specify 0 to include only the standard ACF2 fields (see SMF-ACF2-common-fields). ENRICH(ACF2 is optional; if omitted, it defaults to ACF2(80); that is, the standard ACF2 fields plus 80 bytes of custom user LID. |
MAXEVENTLENgth(length) | Specifies the maximum length of any event (SMF or API1) record. You need to specify this parameter only if you are using an API1 program that generates records in excess of 32768 bytes. (No SMF record exceeds 32768 bytes, the MAXEVENTLENgth default.) This requirement applies to you only if you are writing API1 programs, as described in BMC AMI Defender Application Program Interface documentation, or if you are using a supplementary BMC product. Consult with BMC Support for instructions about how to code this parameter. MAXEVENTLENgth is optional; if omitted, it defaults to 32768. |
TRACE(trace_specifications) | Specifies that BMC AMI Defender and CZASEND are to output additional diagnostic messages and the types of diagnostic messages, or not to output additional diagnostic messages, in the CZAPRINT data set. TRACE might be useful for diagnosing certain problems. If TRACE is completely omitted, then it defaults to the previous state of TRACE; if TRACE() or TRACE(-ALL) is specified, then all tracing is turned off. Specify zero or more of the trace types described in Using-the-TRACE-facility (in any order). Prefix any of the specifications with (-) (a minus sign or hyphen) to indicate negation. The specifications are processed left to right. |
Related topic