Performance field help
On the Template panel, if you enter the line action H against
a field, a pop-up window will display a more detailed explanation
of the field.
Figure 1. Performance field help
File Help
------------------------------------------------------------------------------
TASKNO Explanation Row 1 to 11 of 11
Command ===> ________________________________________________ Scroll ===> PAGE
Name . . . . : TASKNO
CMF ID . . . : TRANNUM DFHTASK P031
Description . : Transaction identification number
------------------------------------------------------------------------------
Transaction identification number.
Note: The transaction number field is normally a 4-byte packed
decimal number. However, some CICS system tasks are identified
by special character 'transaction numbers', as follows:
' III' for system initialization task
' TCP' for terminal control.
These special identifiers are placed in bytes 2 through 4. Byte
1 is a blank (X'40') before the terminal control TCP
identifier, and a null value (X'00') before the others.
********************************* End of list *********************************
F1=Help F3=Exit F6=Resize F7=Backward F8=Forward
F10=Actions F12=Cancel
This panel provides a more detailed description of the field. It is only available for CICS-defined fields, not user fields.
The details are:
- Name
- The name of the field as it is known to CICS PA.
- CMF ID
- The Dictionary description of the CMF data field (see List template).
- Description
- A short description of the field followed by the expanded description.