Previous Topic: Working Storage AreasNext Topic: Scratch Records


Queue Records

Queue records can be used as work records that are shared by tasks on all DC/UCF terminals. Entries are directed to a queue with database commands embedded in the dialogs or batch programs. Queues can transfer data across the entire DC/UCF system and are maintained across system shutdowns and crashes. Currencies and locks are not passed between tasks.

Characteristics

Queue records have the following characteristics:

Queues created at system compilation with the system QUEUE statement can be accessed by a CA ADS application. Additionally, an application can create its own queues by requesting storage space with a GET QUEUE statement in the dialog process code.

Functions

An application can use queue records to accomplish the following functions:

For detailed descriptions of the queue management commands, refer to the CA ADS Reference Guide.