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

How many conditions can you include in a single HANDLE CONDITION command?

5 Answers   IBM,


Name some commands used for CICS file browsing.

2 Answers  


How can u pass the control from one prog to another in CICS?

10 Answers   Cap Gemini,


Define exec cics retrieve?

0 Answers  


What does it mean when EIBCALEN is equal to zeros?

6 Answers   ADP, IBM, L&T, Satyam, TATA,






Differentiate between PCT and FCT.

0 Answers  


How and where is the TWA size set? .

1 Answers   IBM,


which cics command must be issued by the application program in order to gain access to the common work area (cwa)?

0 Answers   IBM,


Explain how do you control cursor positioning?

0 Answers  


Is length = 0 sufficient to ascertain that the field has been modified?

0 Answers  


How can you use dynamic calls in cics?

0 Answers  


How are programs reinitiated under CICS ?

1 Answers   ITC Infotech,


Categories