I have the transaction name for cics screen.. With the
transaction name, how will I find the cics program written
for the transaction and BMS map program also...
Answer Posted / xyz
Using CEMT INQUIRE command you can inquire any CICS table.
For example you can use CEMT INQUIRE TRANS(*) to browse the
PCT table.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
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 temporary storage queue (tsq) and transient data quene (tdq)?
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??
What is a cics task?
Define an aey9 abend?
Can you explain cics transaction gateway?
Explain how do you set the mdt option to on status, even if data is not entered?
Explain the uses that are associated to tsq and tdq ?
Explain the difference between the xctl and link commands?
Explain the difference between a package and a plan.
Explain the cics command that is used for reading a record from the tdq?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
What is the difference between pct and fct?
What is fset?