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


Please Help Members By Posting Answers For Below Questions

what is s000 u4087 error? please give the all error codes in cobol,jcl.

17548


What is a report item?

935


How arrays can be defined in COBOL?

861


Write some characteristics of cobol as means of business language.

882


What is the difference between PIC 9.99 and 9v99 in COBOL?

1010


Name the divisions, which are available in a cobol program?

954


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

935


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2255


What is redefines clause in COBOL?

1073


State the various causes of s0c1, s0c5 and s0c7.

874


What is link edit in cobol?

969


how do you reference the printer file formats from cobol programs

930


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8716


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1100


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

2041