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 |
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
What does the 'ceci:cics' transactions do?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
What is an mdt (modified data tag)?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
The first step in the development of an application system is the Requirement Analysis(True or False).
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Explain how pa key is different from pf key?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
What are the CICS commands associated with transient data queue processing?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?