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 |
What is meant by pseudo-conversation?
I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
What are extra partition & intra partition TDQs?
what are the reserved words for cics?
What is the function of the EXEC CICS HANDLE CONDITION command?
For multithreading an application program need not be re- entrant(True or False).
Explain the difference between tsq and tdq
Explain the uses that are associated to tsq and tdq ?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What is a cics task?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
list the sequence of steps used to achieve modiication in skip sequential mode?