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 information can be obtained from the EIBRCODE?

1 Answers  


How do you set the MDT option to ?ON? status, even if data is not entered?

1 Answers  


How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)

4 Answers   HSBC,


what are the differences between DFHCOMMAREA and TSQ ?

3 Answers   IBM,


What is the difference between a PF key & a PA key ?

4 Answers   IBM,






What does the 'cedf:cics' transactions do?

0 Answers  


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

0 Answers  


Explain the primary function of the processing program table (ppt)?

0 Answers  


<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?

1 Answers  


What are fset, frset?

0 Answers  


What is mainframe cics?

0 Answers  


Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers  


Categories