The CICSCMDS parmlib member processes immediately after the data logger initialization completes. The member contains a list of valid z/OS operator commands that are issued following initialization. Detailed information regarding the options can be found in the parmlib member.
The CICS Data Logger must be active before the CICS data collectors can initialize. Once initialized, start your CICS address spaces automatically 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
|
Copyright © 2014 CA.
All rights reserved.
|
|