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
Which Search verb is equivalent to PERFORM…VARYING?
What are declaratives and what are their uses in cobol?
Explain how you can characterize tables in cobol?
What is the Purpose of Pointer in the string?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is a SSRANGE and NOSSRANGE?
Why occurs cannot be used in 01 level in COBOL?
how do you reference the fixed unblock file formats from cobol programs
How many sections are there in data division in COBOL?
Write a program to explain size error.
What is amode(24)?
Write a program that uses move corresponding.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?