Data Queue APIs

Data queues are a type of system object that you can create, to which one high-level language (HLL) program can send data, and from which another HLL program can receive data. The receiving program can be waiting for the data, or can receive the data later.

Before using a data queue, you must first create it using the Create Data Queue (CRTDTAQ) command.

For additional information, see Using Data Queue APIs.

The data queue APIs are:



[ Back to top | Object APIs | APIs by category ]