Activating this feature - syncsort_capacity_management - 12.60

Syncsort™ Capacity Management Installation Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ Software
Product
Syncsort™ Capacity Management
Version
12.60
Language
English
Product name
Syncsort™ Capacity Management
Title
Syncsort™ Capacity Management Installation Guide
Copyright
2024
First publish date
1985
Last updated
2024-11-05
Published on
2024-11-05T05:01:05.469794

To use the CICSRESP feature, you have to modify the COLLECT JCL in two ways:

  • Specify the Acquire parameter CICSRESP=<x> :

    • Set CICSRESP=Y to create a set of records per CICS region covering the whole input SMF dataset

    • Set CICSRESP=I to create a set of records per CICS region for each out­put interval

  • Add a DD statement.

Using ISPF, allocate a file with LRECL=404 and any convenient block size. One or two cylinders should be ample space. Then, add a DD statement to the COLLECT JCL. The statement should be of the form:

//CICSRESP DD DSN=<filename>,DISP=(MOD,KEEP),UNIT=<unitname>