What is TSQ and TDQ?

What is TSQ and TDQ?

(5) TSQ name is defined dynamically, while a TDQ name need to be defined in the DCT. Note: An application uses TSQ ‘s to pass info’ from task to task, while a TDQ to accumulate records before processing or send data for external use, such as a print operation or other.

What is TDQ in mainframe?

Transient data queues are used to store the data for subsequent internal or external processing. Transient Data Queues can only read once and sequentially. TDQ is read destructive and data will be erased from the queue once the record read in the application program.

What is TSQ in CICS?

Temporary Storage Queue (TSQ) is a feature that is provided by the Temporary Storage Control Program (TSP). A TSQ is a queue of records that can be created, read and deleted by different tasks or programs in the same CICS region. A queue identifier is used to identify TSQ.

How do I read TDQ in CICS?

READQ TD

  1. Syntax –
  2. INTO(data-area) – Specifies the data area to where the data to be written.
  3. LENGTH(record-length) – record-length is a halfword binary value.
  4. QUEUE (name) – Specifies the symbolic name (1 – 4 characters) of the queue to be read from.
  5. SET(ptr-ref) –
  6. SYSID (system-name) –
  7. NOSUSPEND –

What if TSQ is more than Tbq?

TBQ is Total Buy Quantity and TSQ is Total Sell Quantity. Similar to other markets, In the stock market, demand and supply phenomena is followed. If buyers are more than Sellers, price will hike. If sellers are more than buyers, price will fall.

What does TSQ stand for?

TSQ

Acronym Definition
TSQ Temporary Status by Qualification
TSQ Training Staff Qualifications
TSQ Temple Square (Salt Lake City, UT)
TSQ Tall, Still, and Quiet (how to should stand at attention in military formations)

What is map and Mapset in CICS?

BMS is provided by CICS to help you define and format screens. When you define a screen using BMS, the screen is called a map. A collection of screens is called a mapset. Both physical (used primarily by CICS) and logical or symbolic maps (used primarily by the application program) must be created.

author

Back to Top