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 |
How can you accomplish breakpoint in intertest?
What are extra partition & intra partition TDQs?
Define an asra?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
Define RCT.
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)
What are the common tables in cics and their usage?
In which table would you make an entry for a BMS map?
Is length = 0 sufficient to ascertain that the field has been modified?
How do you get data from a task that began with a START command?
How do you delete Item 3 in a five-item TSQ?
Is it possible start a transaction CICS from job Batch? How do it?