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 |
Can a program change protected field ?
How To Retrive The VSAM Datasets in CICS application programs?
When you do a START, what will the value of EIBCALEN?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Which is the command used for terminating a browse operation?
what is an MDT in cics
In a CICS program, how will you read a VSAM file?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
What is the difference between FSET and FRSET?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
If we wish to create bms executable, what are the basic steps that the user has to go through?
After execute the map, What will happen ? Give breif Description