Previous Topic: Output Example

Next Topic: Export Data Mining - Job APCBJDAX

Alert Export Parameters

The scope of the data to be exported is defined within the job by using input parameters in member APCXCAEX of the product CNTL library. These parameters are described in the following table:

APCXCAEX Parameters

Input

Default

MODE=n

Enter E = Export or L = List. The default is E.

E

TEXT

Enter Y = YES or N = NO.

N

SUBSYSTEM=s

Enter B = Batch, C = CICS, or I = IMS

B

JOBNAME=name

Enter a fully qualified job name for batch or a generic name by using the underscore (_) as a wildcard.

all

TX-NAME=name

Enter a fully qualified online transaction or a generic name by using the underscore (_) as a wildcard.

all

PGMNAME=name

Enter a fully qualified program name for batch or a generic name by using the underscore (_) as a wildcard.

 

SYSNAME=name

Enter a fully qualified system name for online or a generic name by using the underscore (_) as a wildcard.

all

CREATION-DATE=yyyy-mm-dd

Enter the start date of alerts.

all

STATE=state

Enter the alert state: PEND, OPEN, REV, CLOSE

all

All defined parameters are combined with a logical AND.

The following shows an example of how to use the APCXCAEX parameters.

SUBSYSTEM=B             
MODE=E                  
TEXT=Y                  
TX-NAME=_________       
SYSNAME=_________       
PGMNAME=_________       
STATE=OPEN              
*CREATION-DATE=2011-01-01