> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Steven Conway > Sent: Tuesday, June 03, 2008 9:38 AM > To: [email protected] > Subject: Re: Compare files - with different date fields > > You could run ISRSUPC in batch for the compare, but you > indicate you know > that. > > //SUPERC EXEC PGM=ISRSUPC, > // PARM=(DELTAL,LINECMP, > // '', > // '') > //NEWDD DD DSN=SYS4.TSPSFC.CLIST(NOTAVAIL), > // DISP=SHR > //OLDDD DD DSN=SYS4.TSPSFC.CLIST(NOTFORU), > // DISP=SHR > //OUTDD DD SYSOUT=(*) > //SYSIN DD * > CMPCOLM 1:71 > /* > > You say the user wants to ignore the date field, but get an > indication the > files are alike except for the date field. Confusing. > Wouldn't SUPERC > without any SYSIN give the user that? > > > Cheers,,,Steve > > Steve Conway
I would guess what the user would like would be something like: record 1 identical record 2 identical except for the date field record 3 differs in columns aa..bb and cc..dd -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

