Looking at an CICS module how would one will identify that
it is pseudo or full conversational?

Answer Posted / rajesh reddy

After every send command there is a return command wth
TRANSID
EXEC CICS SEND

END-EXEC.

EXEC CICS RETURN
TRANSID('TSK')
END-EXEC.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Highlight the points of differences between XCTL and START?

631


Define communication area?

565


What are the main uses of the transaction in the cics?

587


What is dynamic transaction backout?

670


Name the 3 common ways to create maps?

541






Name the command used for terminating a browse operation?

574


How do you use altindxs in batch, cics programs?

580


Explain the function of the cics translator?

608


What is a transid?

575


Define cics interface block?

594


How ENQ and DEQ used in CICS?

803


Explain cemt transaction commands?

596


Explain the function of the load command?

586


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

721


which is the cics control program that provides communication services between user written application programs and terminals?

559