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
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 |
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 |
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 |
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 |
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 |
What is meant by program reentrance?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
What is meant by an AICA ABEND?
NMDS is both device dependent and format dependent (True or False)
What is the command which will delete a program LOADed into the main storage using LOAD command?
Define the attribute byte?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What is the use of the eibaid field?
what is an mdt (modified data tag)? Its menaing and use?
What are the types of important programs that are used in the cics?
How do you initiate another transaction?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?