This program allows you to create or modify a job manager queue.
The job manager(s) working on the database will have to be restarted to incorporate the modifications.
Parameters
NUM_BIN_4 |
Id |
Queue ID.
|
ALPHA(50) |
Name |
Queue name.
|
NUM_BIN_2 |
Parallel |
Number of jobs that can be run in parallel.
|
NUM_BIN_4 |
ReturnCode |
(Output) Program return code: 0 if the queue has been modified; SQL error code if not. |