A Performance Data Extract is created as a delimited text file for the purpose of importing the CMF performance class data into PC spreadsheet or database tools for further detailed analysis and reporting.
A Recap report containing processing statistics is always printed at the end of extract processing.
File Filter Edit Systems Options Help
------------------------------------------------------------------------------
SAMPLE - Performance Extracts Row 1 from 2
Command ===> ________________________________________________ Scroll ===> ____
---- System Selection ----- Selection
/ Exc APPLID + Image + Group + Recap Form + Alert + Criteria
_ CICSP001 ________ ________ EXPT0001 ________ ________ YES
Output Data Set . . 'CICSP001.EXTRACT'____________________________
------------------------------------------------------------------------------
_ DEVT____ MVS1____ ________ EXPT0002 ________ ________ NO
Output Data Set . . 'DEVTMVS1.EXTRACT'____________________________
------------------------------------------------------------------------------
********************************* End of list ********************************
This panel displays the list of Performance Data Extracts in this Report Set. You can select (edit), delete, or include/exclude any extract, insert new ones, or rearrange them (move/copy).
The options and line actions are the same as on the Cross-System Work Extracts panel (see Cross-System Work extract), except for the addition of the Form and Alert columns.
When generating the JCL, CICS PA assigns a default DDname CPAOEXnn where nn is a sequential number 01-99 to ensure uniqueness.
File Systems Options Help
------------------------------------------------------------------------------
SAMPLE - Performance Extract
Command ===> _________________________________________________________________
System Selection: Extract Recap:
APPLID . . CICSP001 + DDname . . . EXPT0001
Image . . ________ +
Group . . ________ +
Output Data Set:
Data Set Name . . 'CICSP001.EXTRACT'____________________________
Disposition . . . 1 1. OLD 2. MOD (If cataloged)
Extract Focus: Summary Processing Options:
Form . . . . ________ + Interval . . . 00:01:00 (hh:mm:ss)
Alert . . . . ________ + Override Form ________ +
Severity . . ________ + Timestamp . . . ________ +
Extract Format:
/ Include Field Labels
_ Numeric Fields in Float format
Delimiter . . ;
Selection Criteria: Execution Options:
_ Performance * / Use External Sort
Repository . . : CPA.XYX.REPOSTRY
F1=Help F3=Exit F4=Prompt F7=Backward F8=Forward F10=Actions
F12=Cancel
Use this panel to specify extract options and record selection criteria for the Performance Data extract. The mandatory options are the name and disposition of the Extract data set and the DDname for the Recap report. You can let the other options default.
The Extract record has a default format which includes all the Clock fields. Report Forms (LIST, LISTX, or SUMMARY) can be used to tailor the format and content of the records.
The options are:
When generating the JCL, CICS PA assigns a default DDname CPAOEXnn where nn is a sequential number 01-99 to ensure uniqueness.
When specifying the data set name, standard TSO conventions apply.
To select the name from a list of compatible Report Forms, position the cursor on the Form field and press Prompt (F4).
CICS PA JCL generation translates the Report Form specification into the LIST(FIELDS or SUMMARY(FIELDS operand.
This option only applies when a Form is specified, otherwise, it is ignored.
For the List extract, the minimum severity level selected for reporting is used to report transactions that have at least that level of reporting in any of the severity fields. This could result in transactions being reported with severity lower than the specified severity when the transaction also has one or more severity fields that meets the specified severity criteria. For example, if you specify SEVERITY(CRITICAL), only transactions with Critical severity are reported, however, if a transaction also exceeds Warning or Info thresholds, the lower severity will be also reported.
Specify a value in the range 00:00:01 (1 second) to 24:00:00 (24 hours). The default is 00:01:00 (1 minute).
This option generates the INTERVAL(hh:mm:ss) operand.
Blank out the field if you do not want field labels written. CICS PA JCL generation translates this to the NOLABELS operand.
CICS PA JCL generation translates this to DELIMIT('delimiter'). Note that the value is enclosed in quotes in this operand.
If you specify a Report Form that also has Selection Criteria specified, CICS PA JCL generation translates the Form's Selection Criteria to the SELECT2(PERFORMANCE operand. If both the report and the Form specify Selection Criteria, then a record must pass selection by both specifications to be included in the extract.
Select / to use an external sort utility to process Summary records. This is the default. It generates the EXTERNAL(ddname) operand. This provides the DDname of the work data set used by the external sort utility. CICS PA assigns an External Work File from a pool of External Work Files with default DDnames in the format CPAXWnnn where nnn is a sequential number 001-999 to uniquely identify the work file.
An external sort should be used when processing large volumes of data.
If not selected, an internal sort is used.