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 is effect on RECEIVE MAP when PF key is pressed? PA key is pressed?

1 Answers  


If we say that bms length of field = 0, then what does that mean?

0 Answers  


Which CICS service transaction is used to gain accessibility to CICS control tables?

1 Answers  


If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?

5 Answers   IBM,


Do you receive the attribute byte in the symbolic map?

2 Answers   IBM,






Define the term function request shipping?

0 Answers  


IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER

2 Answers  


What other file control processing commands are used for file updating?

1 Answers  


In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?

2 Answers   IBM,


Explain how do you set the mdt option to on status, even if data is not entered?

0 Answers  


What is the difference between LINK and XCTL ?

1 Answers   IBM,


What is the option specified in the read operation to gain multiple concurrent operations on the same dataset?

1 Answers   IBM,


Categories