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 / shailendra
i think the last ans will give som error due the same
varable name is declare in the same level in fd file3.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
For rewrite, why is it mandatory that file needs to be opened?
What are the different rules to perform a Search?
Why did you choose to work with ibm mainframe cobol programming?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Are you comfortable in cobol or jcl?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is the use of outrecord?
What is difference between static and dynamic call in cobol?
What are the different types of condition in cobol and write their forms.
What is a report item?
How do you get the data to code the BMS macro?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?