What will happen if you code GO BACK instead of STOP RUN in
a stand-alone COBOL program i.e. a program which is not
calling any other program ?
Answer Posted / sivakumar sekharannair
Yes nothing will happen since go back will take the control
back from where it is called and finally the control will
go to operating system
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the various section in data division and briefly explain them.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is comp-1 and comp-2?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how to refer the data field?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
State the various causes of s0c1, s0c5 and s0c7.
Write the code to count the sum of n natural numbers.
How do define dynamic array in cobol.
What are different data types in cobol?
Why occurs cannot be used in 01 level in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
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.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?