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 kind of error is trapped by on size error option?
how to access the file from prodution from changeman tool and to submit a file to production
How to print 10 to 1 if the input have only 10 digit number?
How do get the result of your program directly on your pc?
How do you get the data to code the BMS macro?
What is amode(24)?
In COBOL programming, what is PERFORM? What is VARYING?
i want a program using by if, evaluate , string, unstring, perform, occurs?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
what are decleratives in cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
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?
What is the problem of ordered sequential files access?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Name some of the examples of COBOl 11?