When configuring the CICS Operations Facility (COF) for persistence in OPS/MVS, Transient Data Queues (TDQs) fail to register automatically following an OPS/MVS restart.
OPS/MVS Event Management & Automation 14.0 and above.
CICS Transaction Server.
The issue is caused by a timing conflict during the OPS/MVS startup sequence. The `OPSSPA00` member is processed very early in the initialization phase, before the OPS/MVS subsystem (SS) is fully active. Because the `ADDRESS OPSCTL` host command environment requires an active subsystem, any COF or MSF definition commands issued within `OPSSPA00` are rejected.
To ensure persistent and automatic registration, move the COF definition statements from the parameter initialization member to the startup REXX program that executes after subsystem initialization.