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 / sumanth toom
Quikjob is best for your case. (if your company has this
mainframe tool. It is a JCL tool similar to a SORT).
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Whats the difference between search & search ALL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is redefines clause in COBOL?
What is the difference between comp and comp-3?
what are decleratives in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the utilization of copybook in cobol?
In COBOL, what is the different between index and subscript?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Explain how you can characterize tables in cobol?
how to move the records from file to array table. give with code example
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?