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

Answers were Sorted based on User's Feedback



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

Answer / kasyap

If RETURN command with COMMAREA option follows the SEND command immediately then we can say it as a pseudo conversation mode

Is This Answer Correct ?    18 Yes 1 No

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

Answer / ravi

when we see the program we can say by checking whethere the
EXEC CICS
RETURN TRANSID(TR1)
END-EXEC.

After every send command in CICS.

Is This Answer Correct ?    7 Yes 1 No

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

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

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

Answer / lu

when u see in the program there are PFKEY, and EIBCALEN = 0
send map else receive map...it's a pseudo.....

Is This Answer Correct ?    4 Yes 9 No

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

Answer / smart

Basically all the CICS programs are pseudo conversational.
for this purpose the CICS/COBOL programs are compiled with
RENT,LIB,RESIDENT compiler options.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More CICS Interview Questions

Can you access QSAM (seq ) files from CICS ?

2 Answers   IBM,


How do you use extended attributes ?

1 Answers   IBM,


With the use of an alternate index, how is a VSAM file accessed?

0 Answers  


Explain 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  


What is the use of the eibaid field?

0 Answers  






How do you handle errors in CICS pgms ?

1 Answers   IBM,


Name the three ways available for a program to position the cursor on the screen?

0 Answers  


What is the COMMAREA(communications area)?

2 Answers  


how i can enter into cics region in real time.

2 Answers   Cap Gemini,


Which is the CICS control program which governs the flow of control among the CICS application

2 Answers  


TSQs can be written in the Main storage or Auxiliary storage (True or False).

1 Answers   IBM,


What is the EXEC CICS HANDLE ABEND?

2 Answers   IBM,


Categories