If we use GO BACK instead of STOP RUN in cobol?
Answer Posted / girish kumar
if the program doesn't consists of call statement we can use
eaither goback or stoprun to terminate the program.
But if program having the call statement
We have to use GOBACK for SUB-PROGRAM
STOPRUN for MAINPROGRAM
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
How are the next sentence and continue different from each other?
Explain the configuration section of a cobol program with examples of syntax.
What type of SDLC u followed? Why?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
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 the default value(s) for an initialize? What keyword will allow for an override of the default?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Differentiate between structured cobol programming and object-oriented cobol programming.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
example for sub strings ? and refernce modifications whit output pls
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?
What is the LINKAGE SECTION used in COBOL?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?