Previous Topic: DCMT VARY QUEUE SyntaxNext Topic: DCMT VARY QUEUE Usage


DCMT VARY QUEUE Parameters

broadcast-parms

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.

queue-id

The ID of the queue to be varied, as defined on the system generation QUEUE statement.

ONline

Varies the queue online.

OFfline

Varies the queue offline.

Maximum Records

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.

max-entry-count

The new maximum entry count: an integer in the range 0 through 32,767.

TAsk code

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.

task-code

The code of the new task, as assigned to a task in the data dictionary.

THreshold count

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.

queue-entry-count

The new threshold count: an integer in the range 1 through 32,767.

DELete

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