Integrate Offline Interceptor into SMF Processing Jobs
The Offline Interceptor must be activated as a step in the SMF datasets’ processing jobs.
Member ACFAOFS in the Connector JCL library is a sample job that demonstrates the use of the CTSAOFI JCL procedure by a job. The procedure activates the Connector Offline Interceptor with an input dataset that is passed as a parameter to the procedure.
Add a step to the SMF processing job to activate JCL procedure CTSAOFI. The value of the SMFDATA parameter should be the name of the SMF dataset holding the records to be processed by the Offline Interceptor.
Member ACFSMFD includes an example for activating IFASMFDP. During activation of IFASMFDP a sequential dataset is created. The dataset includes only SMF type 230 records, which are necessary for the Offline interceptor started task (CTSAOFS).
The Connector Offline Interceptor processes SMF records generated by ACF2 (default is 230). Verify that records are collected in the previous job steps and that they are not filtered.