should I use Go back in the main program ? Yes we can use
Go back in main program as well.
Answer Posted / sanjeev gupta
We can use goback both in main program and sub program. The
difference is that only, in case of sub program: after the
successful execution the control will pass to main program
whicle in case of main program:the control will pass to OS.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do you reference the following file formats from cobol programs?
What is the difference between goback, stop run and exit program in cobol?
How are the next sentence and continue different from each other?
Write down the divisions of cobol program?
What is the difference between binary search and sequential search?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how do you define single dimensional array and multidimensional array in your cobol?
What is a scope terminator give example?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the variable unblock file formats from cobol programs
What is the difference between Call and a Link?
Write a cobol program making use of the redefine clause.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need