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 |
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What is difference between copy and include?
I have written a CICS program. What tables should I setup to run this program?
What does the BUFFER option in RECEIVE mean ?
How do you initiate another transaction?
What is the use of a TDQ, TSQ?
Define RCT.
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
How can you use dynamic calls in cics?
Name the command used for terminating a browse operation?