Should I use STOP RUN in the sub program??why?
Answer Posted / sharath
we cant use stoprun in sub program bec. if we use stoprun
in sub program control automatically goes to subprogram OS.
here we want Control goes to main program.so we are using
Goback or exit
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the different open modes available in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between Global and External Variables?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Explain how you can characterize tables in cobol?
How do get the result of your program directly on your pc?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Define static linking and dynamic linking.
Can you please let me know the centre name of INS certification in Kolkata.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are the different data types in cobol?
) how do u code after getting data?
Mention the guidelines to write a structured cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?