How to differenciate the given coding is pseudo
conversational? (except EIBCALEN condition)
Answers were Sorted based on User's Feedback
Answer / vidya
SEND map would be followed by RETURN map in pseudo
conversational program. In a conversational program, SEND is
followed by RECEIVE
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / ms
SEND MAP is followed by RETURN (not RETURN map). Agree with everything else above.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sayantani basu
SEND map has to be followed by a RETURN map and a common
area for eg. DFHCOMMAREA where the value is to be stored so
that the value is not lost, has to be mentioned also for
pseudo-conversational program. I agree with vidhya for the
rest.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ranga
send map has to be followed by return code and trans id also
in pseduo conversational.
| Is This Answer Correct ? | 2 Yes | 0 No |
cics command level is?
What is the primary objective of CICS ?
what is the option to be coded on return to associate a transaction identifier with next terminal.
Mention the option (along with argument type) used in a CICS command to retrieve the response code
For multithreading an application program need not be re- entrant(True or False).
Can you use DYNAMIC calls in CICS ?
Define an aey9 abend?
what are the differences between and exec cics xctl and an exec cics link command?
Can you have CICS code in a copybook? If yes, what happens during compilation?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
How do you rollback data written to an ESDS file?
What is task control and what are the CICS commands associated with it?