Previous Topic: Export CICS Feature Data - Job APCCJEXP

Next Topic: Using the IMS Feature

Transaction Record

The following example shows the record layout for the export file:

DATE;SYSID;TYPE;TXNAME;CPU %;CPU ABS SEC;CPU ABS/TX;CALLS;SERV.TIME;
YYYY.DD.MM;NNN;T;XXXXXXXX;NN.NN;NNNNN;NNN.NN;NNNNNNN;NN.NN;
Module Record
DATE;SYSID;TYPE;MODULNAME;CPU %;CPU ABS SEC;CPU ABS/CALL;CALLS;
YYYY.DD.MM;NNN;M;XXXXXXXX;NN.NN;NNNNN;NNN.NN;NNNNNNN;
Plan Record
DATE;SYSID;TYPE;PLANNAME;CPU %;CPU ABS SEC;
YYYY.DD.MM;NNN;D;XXXXXXXX;NN.NN;NNNNN;
PSB Record
DATE;SYSID;TYPE;MODULNAME;CPU %;CPU ABS SEC;;;WAIT %;TXNAME;PSB;
YYYY.DD.MM;NNN;P;XXXXXXXX;NN.NN;NNNNN; ; ;00.00;XXXXXXXX;XXXXXXXX;

The following table explains each of the valid APCCCEXP parameters:

APCCCEXP Parameters

Optional/Required

Meaning

DATE FROM YYYYMMDD=

required

The beginning date from which all data is exported

DATE TO YYYYMMDD=

optional

All data through this date is exported

Default: Until Last Entry

SUBSYSTEM=

optional

Subsystem

Default: CICS

SUBID=

optional

Internal system ID

Default: all subsystem IDs

SYSNAME=

optional

Name of the system defined in PMA

Either SUBID or SYSNAME can be used.

(See the Administration Guide.)

INFOTYPE=

optional

Type of data to be exported:

T— Transaction records

M— Program records

D— DB2 plan data

P— PSB records (DLI)

Default: all types of data

The following example shows the input to APCCCEXP member:

DATE FROM YYYYMMDD=20100101
DATE   TO YYYYMMDD=20101001
SUBSYSTEM=CICS