i have two file, each file having :
file1 is having 2 fields
field1 field2
file2 is having 3 fields
field1 field2 field3
my req is to make it one file like:
field1 field2 field1 field2 field3
if anyone know please send me syntax, i tried this with
DFSORT but could not succeed.
Answer Posted / thavasi
Simple and Best answer to your requirement is ICETOOL with
SPLICE operator. It will get you the expected result with
very less no of line of coding.
I had a requirement like this a year before and generated
the o/p using ICETOOL.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of intialize verb?
how do you reference the printer file formats from cobol programs
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is rmode(any) ?
i need a small 3d program using inline and outline.
Can we change the password using ALTER? anyone tried and changed?
What is the difference between Global and External Variables?
Write some characteristics of cobol as means of business language.
How to print 10 to 1 if the input have only 10 digit number?
Explain the configuration section of a cobol program with examples of syntax.
How are the next sentence and continue different from each other?
What are the different data types in cobol?
Difference between array and sub-script ?