What does ?Pseudo Conversational? mean?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the difference between the NOHANDLE option and the IGNORE condition?
what is an MDT in cics
What do the terms locality of reference and working set mean?
What does the following transactions do?
Name the two types of transient data queues?
are we use the group by clause in cursors?
What is the ABEND command and when would you use it?
What are the CICS commands associated with transient data queue processing?
What are the common cics service programs and explain their usage?
What is the procedure to solve an ASRA ABEND?
how i can enter into cics region in real time.
Explain the difference between a symbolic map and physical map?