You can run the JCL provided in the SCPASAMP library, member
CPARSSJC, to install some sample report sets that are designed to help you investigate typical
performance problem scenarios.
Procedure
- Make a copy of qualifier.SCPASAMP(CPARSSJC).
- In the copy of CPARSSJC, on the //INXMIT DD line, edit
the DSN parameter so that the data set name of
qualifier.SCPASAMP(CPARSSAM) is a correct data set and
member name on your system. It is likely that you will have to edit the qualifier.
- Choose new data set names to hold the sample report sets, and the associated forms, object
lists, REPRO repository and VSAM repository REPRO data sets.
CAUTION:
It is recommended that you use new data sets rather than existing data sets.
The JCL deletes the data sets before recreating them, so any existing report sets, report forms, or
other objects in those data sets are also deleted.
Edit the JCL to use the data set names you chose. That is, edit the names of all the data sets
with a suffix FORM, RSET, OBJL, or
REPOSTRY.
- Submit the JCL.
- In CICSĀ® PA, select option 0.3, CICS PA
Control Data Sets.
- Change the names of the control data sets to the data sets that the JCL created. For example, if the JCL specified CPA.V5R3M0.RSSAMP.RSET as the name
of the data set for report sets, in option 0.3, against Report Sets, type
'CPA.V5R3M0.RSSAMP.RSET'.
Note: Against Repository, type the name of the VSAM
repository that is specified by the DEFINE CLUSTER statement in the
JCL.
What to do next
Run a report set using the CICS PA dialog.
For more information about each of the sample report sets, see Report set samples.