Answer Posted / krishnakumar
To ensure that the Queue name is unique as queue names are
created dynamically by the user at the time of writing the
first record
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is a cics task?
Define an aica abend?
Can you explain enq and deq used in cics?
For protecting a transaction using the transaction security function, the two things that must be done are?
Explain the difference between getting the system time with eibtime and asktime command?
cics command level is?
What is interval control?
What does EIB mean in CICS?
Can you define attribute byte?
Explain difference between call and link?
what is the most common way of building queue-id of a tsq?
what are the differences between and exec cics xctl and exec cics start command?
Explain how DSECT parameter is used in BMS ?
What is eib?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.