How to read records from flat file in reverse order through
COBOL program?
Answer Posted / gurukulu
use COBOL internal sort in ascending or descending key.
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between external and global variables in COBOL?
Are you comfortable in cobol or jcl?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How many bytes S(8) comp field occupy and its maximum value?
What is a SSRANGE and NOSSRANGE?
HOw can I get the negative sign while deduct high value from low value
How to know whether the module is dynamical or statistical?
What is report-item in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how do you reference the rrds file formats from cobol programs
What is the difference between comp and comp-3 usage?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What rules are followed by the search verb.