What are the naming conventions for the Temporary Storage
Queues?
Answers were Sorted based on User's Feedback
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 |
Answer / bernard thomas
8 bytes made up of term id (4) and mnemonic (4).
| Is This Answer Correct ? | 4 Yes | 2 No |
What is the difference between the NOHANDLE option and the IGNORE condition?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
How many ways to share information between different CICS programs?
cics command level is?
How do you set the MDT option to ?ON? status, even if data is not entered?
An XCTL uses more CPU time than LINK (True or False)
Kindly specify the pic clause for the any bll cell type of data fields?
which is the cics control program that provides communication services between user written application programs and terminals?
What is the main function of the sign-on table?
Is there any entry for TSQs in CICS tables?
What is the use of mdt (modified data tag)?
Highlight the difference between a symbolic map and physical map?