Setting up the OPS/MVS CICS Interface, following the instructions in the CA OPS/MVS EVENT MANAGEMENT AND AUTOMATION 14.0 documentation, section Integrating with CICS:
Activate the AOF processing of CICS messages by setting the INITCOF and CICSAOF parameters to YES and define, at the least, the default transient data queue name list.
X = OPSPRM('SET','INITCOF','YES')
X = OPSPRM('SET','CICSAOF','YES')
ADDRESS OPSCTL "COF DEFINE JOBNAME(DEFAULT)",
"DESTIDS(CSMT,CSSL,CADL,...)"
The first 2 lines work but the OPSCTL gives error
OPS0041H OPS4600I ADDRESS OPSCTL COMMAND REJECTED - SUBSYSTEM OPSS IS NOT ACTIVE
Have added the lines to hlq.OPSMVS.USER.CLIST(OPSSPA00)
Release : 14.0
Component : OPS/MVS
The ADDRESS OPSCTL commands for the COF must be included in the OPSTART2 REXX. OPSTART2 is the default value of the the BEGINCMD parameter that indicates the name of a REXX program to be executed when the OSF servers are available.