Answer Posted / nagaraj ramamoorthy
you could find it in the compile listing...
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the use of intialize verb?
When is inspect verb is used in cobol?
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
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
Write a cobol program making use of the redefine clause.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you define single dimensional array and multidimensional array in your cobol?
For rewrite, why is it mandatory that file needs to be opened?
Can a Search can be done on a table with or without Index?
What is the difference between binary search and sequential search?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Name the sections present in data division.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
In which area will you utilize 88 level items in cobol?