What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?
Answer Posted / kotilingam
program execution will stop and control will not go back.
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
) How do u handle errors in BMS macro
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do you differentiate between cobol and cobol-ii?
What is Pic 9v99 Indicates in COBOL?
What type of SDLC u followed? Why?
what is the difference between COBOL2 AND COBOL390?
How do you reference the following file formats from cobol programs?
How do you define a variable of comp-1 and comp-2?
What is the difference between comp and comp-3?
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
For rewrite, why is it mandatory that file needs to be opened?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc