How to read a record from bottom of a file which is
indexed by 'A'.
Answer Posted / rd
WE can use low valus to execute the file from bottom.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the Purpose of POINTER Phrase in STRING command in COBOL?
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between goback, stop run and exit program in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How many bytes S(8) comp field occupy and its maximum value?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is rmode(24)
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
What is length is cobol?
What are the different rules to perform a Search?
What is the difference between external and global variables in COBOL?
What is the difference between structured cobol programming and object alternativelyiented 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 to print 10 to 1 if the input have only 10 digit number?
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.