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 |
What are the 3 working storage fields used for every field on the map?
What is a logical message in CICS?
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
Explain the thress bms options?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?
How can you access qsam (seq) files from cics?
What tables must be updated when adding a new transaction and program?
Can QSAM files be accessed from CICS?
Can you issue SQL COMMIT from a CICS program?
What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?
Can you explain enq and deq used in cics?