A List Template defines the fields to be included in a List HDB. A List HDB contains data records for individual transactions. Typically, List HDBs are used for the detailed analysis of recent transaction events and have a short life span (retention).
File Edit Confirm Upgrade Options Help
------------------------------------------------------------------------------
EDIT List Template – CPULST Row 1 of 18 More: >
Command ===> _______________________________________________ Scroll ===> PAGE
Description . . Transaction CPU Analysis___________ Version (VRM): 680
Selection Criteria:
_ Performance *
Field
/ Name + K Description
__ START___ A Transaction identifier
__ TRAN____ A Transaction identifier
S_ USERID__ A User ID
__ TASKNO__ _ Transaction identification number
__ STOP____ A Task stop time
__ RESPONSE _ Transaction response time
M_ DISPATCH _ Dispatch time
A_ CPU_____ _ CPU time
__ QRCPU___ _ CICS QR TCB CPU time
__ MSCPU___ _ CICS TCBs CPU time
__ ROCPU___ _ CICS RO TCB CPU time
__ KY8CPU__ _ CICS Key 8 TCB CPU time
__ J8CPU___ _ CICS J8 TCB CPU time
__ L8CPU___ _ CICS L8 TCB CPU time
__ S8CPU___ _ CICS S8 TCB CPU time
__ EOD_____ _ ---------------- End of HDB ---------------------
__ TERM____ _ Terminal ID
F1=Help F3=Exit F4=Prompt F5=Rfind F7=Backward F8=Forward
F10=Actions F11=Right F12=Cancel
File Edit Confirm Upgrade Options Help
------------------------------------------------------------------------------
EDIT List Template – CPULST Row 1 of 18 More: >
Command ===> _______________________________________________ Scroll ===> PAGE
Description . . Transaction CPU Analysis___________ Version (VRM): 680
Selection Criteria:
_ Performance *
Field - User Field -
/ Name + K Length Dictionary Definition Offset Length
__ START___ A 26 START DFHCICS T005 ___ ___
__ TRAN____ A 4 TRAN DFHTASK C001 ___ ___
__ USERID__ A 8 USERID DFHCICS C089 ___ ___
__ TASKNO__ _ 4 TRANNUM DFHTASK P031 ___ ___
__ STOP____ A 26 STOP DFHCICS T006 ___ ___
__ RESPONSE _ 8 RESP CICSPA D901 ___ ___
__ DISPATCH _ 12 USRDISPT DFHTASK S007 ___ ___
__ CPU_____ _ 12 USRCPUT DFHTASK S008 ___ ___
__ QRCPU___ _ 12 QRCPUT DFHTASK S256 ___ ___
__ MSCPU___ _ 12 MSCPUT DFHTASK S258 ___ ___
__ ROCPU___ _ 12 ROCPUT DFHTASK S270 ___ ___
__ KY8CPU__ _ 12 KY8CPUT DFHTASK S263 ___ ___
__ J8CPU___ _ 12 J8CPUT DFHTASK S260 ___ ___
__ L8CPU___ _ 12 L8CPUT DFHTASK S259 ___ ___
__ S8CPU___ _ 12 S8CPUT DFHTASK S261 ___ ___
__ EOD_____ _ ___ ___
__ TERM____ _ 4 TERM DFHTERM C002 ___ ___
F1=Help F3=Exit F4=Prompt F5=Rfind F7=Backward F8=Forward
F10=Actions F11=Right F12=Cancel
When editing is complete, press Exit (F3) to save your Template.
EOD is a special entry managed by CICS PA. It signals the end of the HDB record. The fields listed above EOD are included in the record in the same order as they appear in the list. The fields below EOD are ignored.
CICS PA automatically sets EOD when the Template is created and resets it if necessary when the Template is changed to ensure it is maintained in a valid position.
The Key field indicator is used only when exporting to DB2. CICS PA generates DDL to create an index for all key fields. Blank the K field if you do not need a DB2 index for this field.
HDB Load and Report requests treat all time stamp and character fields as key fields, regardless of their Key field indicator setting.
Some special fields, such as APPLID and RESPONSE, are not defined in the CMF Dictionary and are given an owner of 'CICSPA'. They are either derived from the fixed section of the CMF record (for example, APPLID), or calculated from two or more other CMF fields (for example, RESPONSE).
CICS PA JCL generation translates these values to FIELDS(CHARACTER(SUBSTR(offset,length),...
With CONFIRM OFF, Cancel requests are actioned immediately, discarding any changes.
This command changes the setting only for the current Edit session. On exit, it reverts to the value set by Cancel Confirmation in CICS PA Settings.