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 task control and what are the CICS commands associated with it?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
Can we use both FSET n FRSET together in BMS? And if yes then what will happen?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
What are the main uses of the transaction in the cics?
Define ceci?
what is the option to be coded on return to associate a transaction identifier with next terminal.
what is amp?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
Explain the difference between the xctl and link commands?
hi,what is the module? how many modules in mainframe based banking projects
name the command that is used to dump the main storage areas related to a task?