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

Answers were Sorted based on User's Feedback



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

Answer / gennady

Only RETURN with TRAN-ID will force CICS into pseudo conversation

Is This Answer Correct ?    0 Yes 0 No

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

Answer / 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

More CICS Interview Questions

Can you explain primary aspect of cics?

0 Answers  


Explain ceci transaction commands?

0 Answers  


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

3 Answers   IBM,


What command do you issue to delete a record in a transient data queue ?

1 Answers   IBM,


How and where is the TWA size set? .

1 Answers   IBM,






how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________

1 Answers   L&T, TCS, Wipro,


Explain what is a cursor in cics sql processing?

0 Answers  


what is 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   IBM,


What is some of the information available in the EIB area?

2 Answers   IBM,


NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING

1 Answers   Fujitsu,


If we wish to create bms executable, what are the basic steps that the user has to go through?

0 Answers  


How to dsect parameter is used in bms?

0 Answers  


Categories