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
Write a program to enter and display the names of students in a class using the occurs clause.
Difference between array and sub-script ?
In COBOL, what is the different between index and subscript?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Have you used comp and comp-3 in your project? And how?
Write a program to explain size error.
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 a binary search and a sequential search what are the pertinent cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between perform … with test after and perform … with test before?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Explain how you can characterize tables in cobol?
What are the rules of the move verb?
IF I mention stop run in CICS what happens?