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 a return with transid and xctl?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
After execute the map, What will happen ? Give breif Description
Why is a TERM ID recommended in naming a TSQ?
What is MDT? What are FSET, FRSET ?
Explain cebr transaction commands?
What are the terms cics generally means?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
How is addressability achieved to the data outside programs working-storage.?
Name at least one of the ways by which a transaction can be terminated?
cics command level is?