Process commands
A table of process commands, showing equivalent PCF commands, MQSC commands, and control commands. The REST API resource and HTTP method equivalents, and IBM® MQ Explorer equivalents, are included if available.
| PCF command | MQSC command | Control command | REST API resource and HTTP method | IBM MQ Explorer equivalent? |
|---|---|---|---|---|
| Change Process | ALTER PROCESS | No equivalent | Use /admin/action/qmgr/{qmgrName}/mqsc to run MQSC command | Yes |
| Copy Process | DEFINE PROCESS(x) LIKE(y) | No equivalent | Use /admin/action/qmgr/{qmgrName}/mqsc to run MQSC command | Yes |
| Create Process | DEFINE PROCESS | No equivalent | Use /admin/action/qmgr/{qmgrName}/mqsc to run MQSC command | Yes |
| Delete Process | DELETE PROCESS | No equivalent | Use /admin/action/qmgr/{qmgrName}/mqsc to run MQSC command | Yes |
| Inquire Process | DISPLAY PROCESS | No equivalent | Use /admin/action/qmgr/{qmgrName}/mqsc to run MQSC command | Yes |
| Inquire Process Names | DISPLAY PROCESS | No equivalent | Use /admin/action/qmgr/{qmgrName}/mqsc to run MQSC command | Yes |