Activating this feature - syncsort_capacity_management - 12 - 12.40

Syncsort Capacity Management Installation Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort
Product
Syncsort Capacity Management
Version
12.40
Language
English
Product name
Syncsort Capacity Management
Title
Syncsort Capacity Management Installation Guide
Topic type
How Do I
Copyright
2023
First publish date
1985

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>