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 |
are we use the group by clause in cursors?
Can you have CICS code in a copybook? If yes, what happens during compilation?
Mention the option (along with argument type) used in a CICS command to retrieve the response code
Explain the difference between pseudo-conversational and conversational?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
What is the primary function of the Processing Program Table (PPT)?
What are the beginning and end points of an LUW called?
Which is the command that is used to dump the main storage areas related to a task?
What is the command used to send a map to a terminal?
What is the syncpoint and its use?
What is the syncpoint command?
Explain the primary function of the processing program table (ppt)?