What is the difference between pseudo-conversational and
conversational?
Answers were Sorted based on User's Feedback
Answer / arun singh
Pseudo conversational.
Application terminate instead of waiting of human users to
respond, in order to conserve computer resources eg. memory
and execution units.
Conversational.
like pseudo conversational except application wait for a
human user to respond.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rohit nikam,pune
in pseudo conv.it used to avoid unwanted use of cics.
and in conver. it is two way communication. ie. transmit ion
and receiver like that.
| Is This Answer Correct ? | 2 Yes | 0 No |
Define TCT.
What is the CICS command that is used to receive the un- formatted data from the terminal?
Explain the thress bms options?
Explain how do you access storage outside your cics program?
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.
Define an asra?
What is the procedure to solve an ASRA ABEND?
Into which table is the terminal id registered?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?
What is DEQ?
List all the CICS tables and explain their contents.
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?