EXCLUDE Control Statement
The EXCLUDE statement is used to specify initialization settings that define events that the CAISDI/med ignores. For instance, abend codes that are ignored for all CA Technologies products by the CAISDI/med are defined using the EXCLUDE statement. Note the abend code specifications that are provided on the EXCLUDE statement are used in addition to abend code specifications that are provided on any given product specific EVENT statements.
Use this syntax for the EXCLUDE statement:
EXCLUDE ABEND
CODES=((abend[,reason])[,(abend[,reason])]...[,(abend[,reason])])
This required positional parameter indicates that the exclusion criteria provided is for abend events.
This optional parameter indicates a list of specific abend codes that the CAISDI/med abend event intercept ignores. Each list element is comprised of a positional abend code followed by an optional positional abend reason code.
The positional abend code can be specified as a hexadecimal value for a system abend code such as X'222' or it can be specified as a decimal value for a user abend code such as 1222. The optional positional abend reason code can be specified as a decimal value, such as 12, or as a hexadecimal value, such as X'C'. Up to 16 positional combinations of abend codes and reason code can be specified on a single EXCLUDE ABEND initialization statement. If more than 16 abend codes are desired for exclusion from CAISDI/med processing, define more EXCLUDE ABEND statements in the MEDPARMS data set.
The following is an example of the EXCLUDE control statement:
EXCLUDE ABEND,
CODES=((X'047'),
(X'13E'),(X'33E'),
(X'322'))
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|