What does ?Pseudo Conversational? mean?

Answers were Sorted based on User's Feedback



What does ?Pseudo Conversational? mean?..

Answer / savita

It is a mode of dialogue between program
and terminal which appears to the operator as a continuous
conversation but which is actually carried by a series of
tasks

EX:
Transaction TSK1
Program PROG1
PROCEDURE DIVISION.
:
EXEC CICS RECEIVE
END-EXEC.
:
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
TRANSID (‘TSK2’)
END-EXEC.
Transaction TSK2
Program PROG2
PROCEDURE DIVISION.
:
EXEC CICS
RECEIVE
END-EXEC.
:
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
END-EXEC.

Is This Answer Correct ?    3 Yes 1 No

What does ?Pseudo Conversational? mean?..

Answer / v@m$i

Non conversation seen to be a conversion.
i.e for user it appears to be in conversation but it does not exit. control returns to trans id and comm area.
when ever u perform action then again transaction execution started.

Is This Answer Correct ?    0 Yes 0 No

What does ?Pseudo Conversational? mean?..

Answer / chudar

the conversational technique used under muti threading
region. the pgm will be reside in mainmemory whenever it is
required and remove whenever it is no longer needed.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More CICS Interview Questions

What are the types of performs in COBOL? How does perform thru work, give example.

2 Answers  


What option is specified in the SEND command to send only the unnamed fields on to the screen?

1 Answers   IBM,


Explain the difference between cics program control table (pct) and cics processing program table (ppt)?

0 Answers  


What is temporary storage?

1 Answers   IBM,


What does the 'cebr:cics' transactions do?

0 Answers  






what are the six different type of argument values in cobol that can be placed in various options of a cics command?

0 Answers   IBM,


How do you define Task Work Area?

1 Answers   IBM,


How is Telon(CA-Telon) used to build map?

0 Answers  


What is the function of the Terminal Control table?

4 Answers  


Define ceci?

0 Answers  


What is the use of tdq and tsq?

0 Answers  


Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?

2 Answers  


Categories