What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?
Answer Posted / mithun
The program execution will go into infinite loop.
| Is This Answer Correct ? | 11 Yes | 58 No |
Post New Answer View All Answers
How do get the result of your program directly on your pc?
What is the LINKAGE SECTION used in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
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.
example for sub strings ? and refernce modifications whit output pls
What type of SDLC u followed? Why?
how do you reference the fixed unblock file formats from cobol programs
Name the sections present in data division.
What is the difference between Call and a Link?
How do define dynamic array in cobol.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is a report item?
What is the difference between PIC 9.99 and PIC9v99?
Explain how you can characterize tables in cobol?
What are the rules of the move verb?