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 is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the various section in data division and briefly explain them.
Name some of the examples of COBOl 11?
What are the pertinent COBOL commands?
What are the pertinent COBOL
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is inspect in cobol ?
What type of SDLC u followed? Why?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Difference between array and sub-script ?
What is the difference between goback, stop run and exit program in cobol?
Write a cobol program making use of the redefine clause.
How arrays can be defined in COBOL?
Write some characteristics of cobol as means of business language.
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