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
Mention the guidelines to write a structured cobol program?
What is redefines clause in COBOL?
Name the sections present in data division.
In COBOL, what is the different between index and subscript?
What is difference between static and dynamic call in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
explain sorting techniques in cobol program?
What is the difference between goback, stop run and exit program in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are literals?
What is the difference between PIC 9.99 and PIC9v99?
How do get the result of your program directly on your pc?
What is the utilization of copybook in cobol?
For rewrite, why is it mandatory that file needs to be opened?
Explain how to differentiate call by context by comparing it to other calls?