How to read records from flat file in reverse order through
COBOL program?
Answer Posted / sravani
using rrds it is possible. we can count the no of records using rrds key. by using if we can decrement from last to first
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is a report item?
How do you get the data to code the BMS macro?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the access modes of START statement?
What is link edit in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Why occurs cannot be used in 01 level in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are literals?
Define static linking and dynamic linking.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the Purpose of POINTER Phrase in STRING command in COBOL?