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 |
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
What do you understand by psb and acb?
How is sign stored in a COMP field ?
IF I mention stop run in CICS what happens?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
give the examples for strings and unstrings in cobol
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
What is the Importance of GLOBAL clause According to new standards of COBOL?