What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?
Answer Posted / shan
Answer 4 is the correct explanation...
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How do u write test cases?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
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.
How you can read the file from bottom?
In which area will you utilize 88 level items in cobol?
What is rmode(24)
Write down the divisions of cobol program?
What is report-item in COBOL?
What is rmode(any) ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how to access the file from prodution from changeman tool and to submit a file to production
how do you define single dimensional array and multidimensional array in your cobol?
What are various search techniques in cobol? Explain.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?