Can I merge two VSAM files? These files can have duplicates. I Can copy the vsam files to two sequentials files merge them with SUM FIELDS=NONE, then copy the output seq file to a VSAM file.
But Can I merge the two VSAM files in one single step?
1.8.2 Merging Records
Input to a merge application can be up to 100 blocked or unblocked QSAM or VSAM data sets containing fixed- or variable-length records. The input data sets can be either QSAM or VSAM, but not both. The records in all input data sets must already be sorted in the same order as that required for output.
Output from a merge application can be blocked or unblocked QSAM or VSAM data sets, regardless of whether the input is QSAM or VSAM. Unless OUTFIL is used to convert variable input to fixed output, or fixed output to variable output, an output data set must be the same type (fixed or variable) as the input data set.
Return to DFSORT/ICETOOL/ICEGENER