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 / sruthi

By using move reference modification it is very simple.
first open 2 input files and 1 output file.read 2 input
files.write the logic as following.
move filerec1 to filerec3(1:10).
move filerec2 to filerec3(11:10).
write filerec3.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many sections are there in data division in COBOL?

879


Can a Search can be done on a table with or without Index?

1036


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2205


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

960


IF I mention stop run in CICS what happens?

2079


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1066


) how do u code after getting data?

1779


How do you get the data to code the BMS macro?

1685


How can you get the ksds file records into your cobol program?

834


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2115


what are decleratives in cobol?

1990


What is the difference between Call and a Link?

877


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

617


What is the difference between PIC 9.99 and PIC9v99?

1026


How you can read the file from bottom?

866