BMC AMI Ops Automation for CICS functions (with BBI-SS PAS-to-CICS communication)
- Use Rules to invoke CICS-dependent commands without using an EXEC
- Use the Rule Processor to capture messages from the CICS transient data queue
- Use hyperlinks to invoke BMC AMI Ops Monitor for CICS applications
- Use the BROADCAST application from the CICS Operator Workstation in the BBI-TS
- Use the CICS-dependent IMFEXEC CICS commands from an EXEC
The following table lists the CICS-dependent IMFEXEC CICS commands:
IMFEXEC CICS command | Description |
---|---|
ACQUIRE TERMINAL | Acquire a VTAM-supported terminal. |
ALLOC | Allocate a data set to a CICS region. |
ALTER | Makes changes to the attributes of different CICS resources. |
CEMT | Issue a CICS master terminal command. |
CHAP | Change a task’s priority in a CICS region. |
CLOSE | Close a file in a CICS region. |
DISABLE | Disable a CICS resource. |
DROP | Decrease the use count of a CICS program. |
DUMPDB | Prepare a database for dumping. |
ENABLE | Make a CICS resource available for use. |
FREE | Deallocate a data set from a CICS region. |
INSERVE | Place a CICS resource in service |
KILL TASK(PURGE, FORCEPURGE) | Terminate a task in a CICS region by task number. |
KILL TERM | Terminate a task in a CICS region by term ID. |
LOAD | Load a program in a CICS region. |
NEWCOPY | Load a new version of a program in a CICS region. |
OPEN | Open a file in a CICS region. |
OUTSERVE | Place a CICS resource out of service. |
PURGE | Purge a resource in a CICS region. |
RECOVERYDB | Prepare a database for recovery. |
RELEASE TERMINAL | Release a VTAM-supported terminal. |
STARTDB | Start a database. |
STOPDB | Stop a database. |