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 rules are followed by the search verb.
What is the difference between comp and comp-3?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is amode(24)?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Have you used comp and comp-3 in your project? And how?
Explain what you understand by passing by value.
Define cobol?
Which is not true about evaluate statement
Write the code to count the sum of n natural numbers.
What is the difference between Global and External Variables?
What are 77 levels used for?
) what is the difference between AID and HANDLE AID?