Indicates to execute the DCMT command on all or a list of data sharing group members.
Note: For more information about broadcasting and broadcast-parms syntax, see the section How to Broadcast System Tasks.
The ID of the queue to be varied, as defined on the system generation QUEUE statement.
Varies the queue online.
Varies the queue offline.
Varies the maximum entry count for the queue.
A maximum entry count of 0 directs DC/UCF not to monitor the number of records in the queue. The maximum record count is initially established at system generation time by the UPPER LIMIT parameter of the QUEUE statement.
The new maximum entry count: an integer in the range 0 through 32,767.
Varies the task invoked to process queue records for the queue.
The task invoked for a queue is initially established at system generation time by the INVOKES TASK parameter of the QUEUE statement.
The code of the new task, as assigned to a task in the data dictionary.
Varies the threshold count for the queue.
The threshold count is the number of entries that must exist in the queue before DC/UCF invokes the task associated with the queue. The threshold count is initially established at system generation time by the THRESHOLD parameter of the QUEUE statement.
The new threshold count: an integer in the range 1 through 32,767.
Deletes the named queue from the queue area. DELETE has no effect of queues defined at system generation time and stored in the data dictionary.
More Information
|
Copyright © 2014 CA.
All rights reserved.
|
|