Command flow collector
The CICS® IA command flow collector uses CICS® user journals or logstreams, to store captured data. The logstreams can be created as coupling facility logstreams or DASD only logstreams.
- AUTODELETE
- If you want to give access to multiple users, set this value to YES.
- RETPD
- This value is the retention period, in days, for the data to be written into the logstream.
- HIGHOFFLOAD and LOWOFFLOAD
- Data from a logstream can be offloaded to DASD data sets when the logstream use, in the coupling facility or the staging data set, reaches the HIGHOFFLOAD limit. The amount of data that is offloaded is determined by the LOWOFFLOAD limit.
If you want to define the logstream in a coupling facility, you must provide a CF STRUCTURE name. You can create a structure specifically for CICS® IA or use a general one that is already defined. You can use a CF structure that is created for User Journals. For example, LOG_USERJRNL_001.
The data in the logstream is offloaded into the CICS® IA generation data group files. If you are using the Command Flow collector in multi-user mode then, it is recommended that you create a GDG definition job for each user. CICS® IA sample job SCIUSAMP.CICS(CIUJCLCG) is provided to create the GDG files for each user. The sample job SCIUSAMP.CICS(CIUJLCPY) is provided to offload from the shared logstream to the individual users GDG data sets.
Security considerations
For information about how to set up RACF security for CICS IA, see CICS IA security.