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 s000 u4087 error? please give the all error codes in cobol,jcl.
What is a report item?
How arrays can be defined in COBOL?
Write some characteristics of cobol as means of business language.
What is the difference between PIC 9.99 and 9v99 in COBOL?
Name the divisions, which are available in a cobol program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is redefines clause in COBOL?
State the various causes of s0c1, s0c5 and s0c7.
What is link edit in cobol?
how do you reference the printer file formats from cobol programs
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
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?