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 do you do if you do not want characters entered by the user to be folded to uppercase ?

3 Answers   IBM,


What other file control processing commands are used for file updating?

1 Answers  


Can a tsq of one particular transaction be accessed from an alternate transaction?

1 Answers  


Is there any entry for TSQs in CICS tables?

3 Answers   IBM,


What is the primary function of the Processing Program Table (PPT)?

5 Answers   IBM,






Explain the difference between the xctl and link commands?

0 Answers  


What are the cics tables?

0 Answers  


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

2 Answers   IBM,


What is EIB. How it can be used?

1 Answers  


If DATAONLY option is specified in the SEND MAP command what will happen?

2 Answers  


How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?

1 Answers   IBM,


What does the 'cedf:cics' transactions do?

0 Answers  


Categories