how can we differentiate between conventional and
pseudo-conventional coding just by seeing cobol code?
Answers were Sorted based on User's Feedback
Answer / dinesh
conventional IS NOT GIVING ANY TRANSACTION ID ON THE RETURN
COMMAND NEED TO JUST STOP THE PROGRAM. WHEREAS PESUDO GIVING
THE TRANSACTION ID ON THE RETURN COMMAND FOR MORE
TRANSACTION IN COBOL PROGRAM.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sriharsha
By coding RETURN TRANSID command immediatly after SEND MAP
command will tell You that the program is pseudo-
conversation program.
| Is This Answer Correct ? | 0 Yes | 1 No |
Define transient data?
What is an ASRA abend ?
What is the difference between FSET and FRSET?
Explain how do you set the mdt option to on status, even if data is not entered?
In a particular cics program, what is the procedure to allocate dynamic memory?
what is amp?
What is meant by pseudo-conversation?
What is the command used for receiving a map from a terminal?
How do you use altindxs in batch, cics programs?
What is the attribute byte?
what is difference between call and link ?
Can you have CICS code in a copybook? If yes, what happens during compilation?