Answer Posted / anji
the function key information stored when client revokes
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
Highlight the difference between a symbolic map and physical map?
Explain the difference between and exec cics xctl and exec cics start command?
what are transient data sets defined to cics?
Is length = 0 sufficient to ascertain that the field has been modified?
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.
Explain the difference between and exec cics xctl and an exec cics link command?
Specify cics transaction initiation process?
Can QSAM files be accessed from CICS?
how do you execute a background cics txn ?
Why do we need integrated cics translator?
how can you prevent more than one user from accessing the same transient data queue?
Explain the different ways of initiating transaction in cics?
What is the difference between a return with transid and xctl?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??