I have a Flat file in which certain records are present in
a tabular format. I need to extract some of the records on
some basis from it and copy them into a flat file...how it
can be done ??
Answer Posted / dumbojumbo
I have a Flat file in which certain records are present in
a tabular format. I need to extract some of the records on
some basis from it and copy them into a flat file...how it
can be done ??
From the flat file that you have that contains certain
records in tabular format , you can extract some of the
records on some basis from it and copy it into another flat
file by using SOME MEANS.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is inspect in cobol ?
explain sorting techniques in cobol program?
Define cobol?
How to know whether the module is dynamical or statistical?
How do u write test cases?
What is the difference between comp and comp-3?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do define dynamic array in cobol.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do get the result of your program directly on your pc?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
HOw can I get the negative sign while deduct high value from low value
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Explain what you understand by passing by value.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?