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 quasi-reentrant program?

5 Answers   IGT,


what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?

0 Answers   IBM,


what is an MDT in cics

4 Answers   Syntel,


What is the difference between a Symbolic map and Physical map ?

4 Answers   IBM,


What is the difference between the enter key, the PF keys and the PA keys?

2 Answers  






What is dynamic transaction backout?

0 Answers  


How many ways are there for initiating a transaction? what are they?

3 Answers   IBM,


Can QSAM files be accessed from CICS?

0 Answers  


The EIB field which gives the last CICS command executed is

2 Answers   IBM,


In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?

2 Answers   IBM,


After execute the map, What will happen ? Give breif Description

4 Answers   HCL, IBM,


When there are 2 records with the same key specified in a DELETE operation what will happen?

2 Answers  


Categories