I use a REMDUP ISPF/REXX I acquired from someplace. It has options to remove duplicates, keep only non duplicates etc.
Basically you would concatenate both files, sort them by their entire LRECL and execute the REMDUP with keep unmatched records, that's the delta. Seems like any old two file match program, REXX code would do the job. On Tue, Aug 3, 2010 at 6:43 AM, Paulo Roberto Leonardo Pereira <[email protected]> wrote: > Exactly what I need. I have 2 input files that I need to compare them > and generate a delta file. > > > > 2010/8/2 J R <[email protected]>: >> My interpretation of the OP is that he wants the delta file to be in the >> same format as the original files, ie. the ones that he *input* to the >> compare process. >> >> >> >>> Date: Mon, 2 Aug 2010 12:42:38 -0500 >>> From: [email protected] >>> Subject: Re: SuperCE >>> To: [email protected] >>> >>> > -----Original Message----- >>> > From: IBM Mainframe Discussion List >>> > [mailto:[email protected]] On Behalf Of Paulo Roberto >>> > Leonardo Pereira >>> > Sent: Monday, August 02, 2010 12:29 PM >>> > To: [email protected] >>> > Subject: SuperCE >>> > >>> > Hi everyone >>> > >>> > I need to compare 2 data-sets in MVS and generate a delta file like >>> > input format. Can SuperCE do it ? >>> > >>> > Paulo >>> >>> Input to what? IEBUPDTE? I am not a SuperCE expert, but I think that the >>> UPDMVS8 (sequence numbers in 73-80) might do what you want. >>> >>> -- >>> John McKown >>> Systems Engineer IV >>> IT >>> >>> Administrative Services Group >>> >>> HealthMarkets(r) >>> >>> 9151 Boulevard 26 * N. Richland Hills * TX 76010 >>> (817) 255-3225 phone * (817)-961-6183 cell >>> [email protected] * www.HealthMarkets.com >>> >>> Confidentiality Notice: This e-mail message may contain confidential or >>> proprietary information. If you are not the intended recipient, please >>> contact the sender by reply e-mail and destroy all copies of the original >>> message. HealthMarkets(r) is the brand name for products underwritten and >>> issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake >>> Life Insurance Company(r), Mid-West National Life Insurance Company of >>> TennesseeSM and The MEGA Life and Health Insurance Company.SM >>> >>> >>> >>> ---------------------------------------------------------------------- >>> For IBM-MAIN subscribe / signoff / archive access instructions, >>> send email to [email protected] with the message: GET IBM-MAIN INFO >>> Search the archives at http://bama.ua.edu/archives/ibm-main.html >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: GET IBM-MAIN INFO >> Search the archives at http://bama.ua.edu/archives/ibm-main.html >> > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > -- Wayne V. Bickerdike ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

