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 are the different rules to perform a Search?
Which is not true about evaluate statement
What is cobol?
What are the different rules for performing sort operation?
Are you comfortable in cobol or jcl?
What is the compute verb? How is it used?
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 do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Explain how you can characterize tables in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how can i see junk values in dclgen or in hostvariable of comp ?
Write a program to explain size error.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Which mode is used to operate the sequential file?