What is meant by pseudo-conversation?
Answer / the coder
Psuedo conversation is a technique to write CICS programs
to improve the performance.
A normal conversational application is one which follows
the normal query and answer approach. User will enter the
query and the sytem/program will process the query and send
the response and wait for another query from user. This
requires the application program to be in memeory all the
while, in turn reducing the main memory utilization
especially when there are several other tasks waiting in
queue for execution.
However in psuedo conversation, the application program is
removed from the main memory by CICS, thus letting other
tasks to get executed, as soon as it sends the response to
the user. The application program is loaded again once the
user enters another query. To the user it appears as a
normal conversational program but in the back ground it is
not, hence the name - Psuedo conversation
| Is This Answer Correct ? | 24 Yes | 0 No |
How many conditions can you include in a single HANDLE CONDITION command?
Can you simply check if length = 0 for checking if a field was modified?
What is the cics command that is used to access current date and time?
What is the meaning of BMS length of field = 0?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
where we can declare the files in fct and pct and ppt and rct pls give clear structure
What are attribute bytes and how and why are they modified?
What is the function of the LOAD command?
What does the 'cemt:cics' transactions do?
What is CEBR?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?