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

How do u know if a start command intiated a transaction or a terminal intiated a transaction

2 Answers   ProKarma,


I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...

4 Answers   CGI,


What are the naming conventions for the Temporary Storage Queues?

2 Answers   Sainsburys,


when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?

0 Answers   IBM,


In a CICS program, how will you read a VSAM file?

0 Answers  






What information do you get when an EXEC CICS STARTCODE is issued?

1 Answers   CTS, IBM,


pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.

8 Answers   HSBC, Thomson,


What is journal recovery?

0 Answers  


kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?

0 Answers   IBM,


What is effect on RECEIVE MAP when PF key is pressed? PA key is pressed?

1 Answers  


Do you receive the attribute byte in the symbolic map?

2 Answers   IBM,


What are extra partition & intra partition TDQs?

2 Answers   IBM,


Categories