What are the naming conventions for the Temporary Storage
Queues?

Answers were Sorted based on User's Feedback



What are the naming conventions for the Temporary Storage Queues?..

Answer / manish_cics

A TSQ is identified by the queue id ( 1 to 8 bytes ). in
order to avoid confusion and to maintain data security , a
strict naming convention for QID will be required in the
installation .
QID NAMING CONVENTION::::::::
FORMAT : DTTTTANN

where ,

D : division id(eg , A for Account , B for budget)

TTTT : terminal id(EIBTRMID)

A : application code ( A, B , C .....)

NN : queue number( 1 , 2.....)
TERMINAL ID IN QID for a terminal dependent task.

Is This Answer Correct ?    5 Yes 0 No

What are the naming conventions for the Temporary Storage Queues?..

Answer / bernard thomas

8 bytes made up of term id (4) and mnemonic (4).

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More CICS Interview Questions

what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?

0 Answers   IBM,


Which CICS system program is responsible for handling automatic task initialization?

2 Answers   IBM,


How to make protected field in BMS invisible through application program?

1 Answers   HP,


Highlight the points of differences between XCTL and START?

0 Answers  


What is the meaning of the ENQ and DEQ commands?

1 Answers   IBM,






Kindly specify the pic clause for the any bll cell type of data fields?

0 Answers  


What is meant by an AICA ABEND?

0 Answers  


What is difference between copy and include?

6 Answers  


What are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  


Define task work area?

0 Answers  


Which of the following statements correctly describe the syntax of CICS command language?

1 Answers  


Difference between TSQ & TDQ

3 Answers  


Categories