I'm new to ICEMAN, My intention is to compare two or more files using ICEMAN (the constraint is only one temporary file should be used).
Below is the information:
LRECL --> 160
RECFM --> FB
Volume of records --> will be in millions
No. of duplicates --> keep varying
No. of keys used for comparision --> 1
Lenghth of key field --> 10
Position of Key --> 147
The DCB properties are same for all the input and output files.
I have 3 files: File1 , File2 , File3 . All of these files contain the records of the same type.
I need to compare these 3 files and get 2 output files.
Output File1 : Should contain the matching records from File1 and File2 and non-matching records from File3. [(File1 & File2) - File3]
Output File2 : Should contain all the matching records from 3 files.
[File1 & File2 & File3]
Joined: 15 Feb 2005 Posts: 4613 Location: San Jose, CA
PGM=ICEMAN and PGM=SORT are identical - both invoke DFSORT. Read my previous comments as "If you're talking about PGM=ICEMAN or PGM=SORT (DFSORT) ...".