UOA:OMQCHGMD
Managed Deployment API (OMQCHGMD)
This Application Program Interface command allows you to manipulate the TD/OMS database. This can be done from a command line or from within your programs.
The command enables you to perform all allowed actions for the transfer. You can use this command to hold, release, purge, schedule and close the transfer.
Action code
Specify the action to be performed. The possible values are:
- *HOLD
- Use this action code to hold the transfer.
- *RELEASE
- Use this action code to release the transfer.
- *PURGE
- Use this action code to purge the transfers that are completed for all addresses. Purging will remove the associated deployment files from the deployment library (default library is OMSDISTR). Purging should be done on a regular basis to avoid excessive disk usage.
- *SCHEDULE
- Use this action code to schedule the transfer.
- *CLOSE
- Use this action code to close the transfer. Only transfer with status **ERR or **DST can be forcefully closed. The transfer status is updated to *TERM. Please note that the remote job in the remote job monitor must be closed first.
Application code
Specify the application code. See the description of the application code for more information.
Transfer code
Specify the transfer code. See the description of the transfer code transfer code for more information.
- *ALL
- Use this value to purge all transfers for the given application. It is invalid for any other actions.
Address
Specify the address. See the description of the address for more information.
- *ALL
- Use this value to purge transfers for all addresses of the given application. It is invalid for any other actions.
Schedule date
Specify the schedule date. The format should match your current job.
Schedule time
Specify the schedule time. The format should match your current job.
Reason code
Specify a reason code from the reason code table. It indicates the reason why the transfer was closed. See the description of the reason code for more information.