Explain the means of supporting pseudo conversation
programming. (E.g. Storing and restoring of states)

Answer Posted / rohit

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 ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by a ‘Transid’ ?

632


Define cedf?

575


Define RCT.

741


Explain how pa key is different from pf key?

654


What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

721






Can you explain dfheiblk?

627


Name the cics command used to access current date and time?

574


What is task control?

590


How do we pass parameters into a CICS –DB2 program

3649


How do you use altindxs in batch, cics programs?

582


What is non-conventional programs?

596


Can you explain cics translator?

610


Explain the difference between a physical bms mapset and a logical bms mapset?

569


Explain how can you accomplish breakpoint in intertest?

586


In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?

577