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 ??
Answers were Sorted based on User's Feedback
Answer / muttaiah
The question itself is not clear here. Give the sample of
the input and output files data and what manipulation you
want to do on input file.
WIll help you for sure.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / 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 |
diffrence between renames and redifnes with examples
How do you reference the following file formats from cobol programs?
The maximum number of dimensions that an array can have in COBOL-85 is ?
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
what is soc7 abend?how u can trace it?
If we use GO BACK instead of STOP RUN in cobol?
Can printer files (having 133 characters) be of variable length?
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
Are you comfortable in cobol or jcl?
What is the default value of DISP for temp datasets
What is Control Break processing ?