Previous Topic: PARMLIB Member CICSLOGRNext Topic: Start the CICSLOGR Subtask


PARMLIB Member CICSCMDS

The CICSCMDS parmlib member is processed immediately after the data logger initialization completes. The member can contain a list of any valid z/OS operator commands. These commands are issued following initialization.

Since the CICS data collectors require the CICS Data Logger to be active prior to their initialization, this member can be used to automatically start your CICS address spaces by inserting the following statements in the CICSCMDS member:

)IF SYSNAME=system1
)IF INACTIVE=cicsprod
START cicsprod
)ENDIF
)IF INACTIVE=cicstest
START cicstest
)ENDIF
)IF INACTIVE=cicsdev
START cicsdev
)ENDIF
)ENDIF

Note: For detailed information regarding the options, see the parmlib member.