How to read records from flat file in reverse order through
COBOL program?
Answer Posted / laxmaiah
i have some knowledge in flat files,
(open input file-name reversed)
in this type use read the data in reverse order
AND write another file
| Is This Answer Correct ? | 16 Yes | 13 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
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 are the different rules to perform a Search?
Mention the guidelines to write a structured cobol program?
) How do u handle errors in BMS macro?
Why occurs cannot be used in 01 level in COBOL?
Describe the cobol database components?
What is the difference between goback, stop run and exit program in cobol?
how to convert the recors form vsam file to db2 table tru file aid
how can i see junk values in dclgen or in hostvariable of comp ?
what is the use of outrecord?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?