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
A table has two indexes defined. Which one will be used by the SEARCH?
What are different data types in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Describe the cobol database components?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how to convert the recors form vsam file to db2 table tru file aid
What are declaratives and what are their uses in cobol?
What is cobol?
Can we change the password using ALTER? anyone tried and changed?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the Purpose of Pointer in the string?
How do you define a variable of comp-1 and comp-2?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.