Should I use STOP RUN in the sub program??why?
Answer Posted / s
Stoprun return the cursor to the OS, subprogram cursor will
be return to the main program that’s way we coded
exitprogram or goback
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Global and External Variables?
What is the difference between perform … with test after and perform … with test before?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
HOw can I get the negative sign while deduct high value from low value
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between next sentence and continue in cobol programing language?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Have you used comp and comp-3 in your project? And how?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how to move the records from file to array table. give with code example
what are decleratives in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
) How do u handle errors in BMS macro
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?