Should I use STOP RUN in the sub program??why?
Answer Posted / suresh ramaiyan
If we use STOP RUN in the sub program, in sub program
itself will terminate the execution and the control will
not come back to the calling program or main program.
Instead we can use "EXIT PROGRAM". This command will pass
the control to main program.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the pertinent COBOL
What is the Purpose of Pointer in the string?
How do you differentiate between cobol and cobol-ii?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Difference between cobol and cobol-ii?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the different data types in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
What rules are followed by the search verb.
How many sections are there in data division in COBOL?
What type of SDLC u followed? Why?
how to access the file from prodution from changeman tool and to submit a file to production
State the various causes of s0c1, s0c5 and s0c7.
How to print 10 to 1 if the input have only 10 digit number?