Gregory,
 
Thanks for the explanation.  You have CMPCOLM  01:080.  Does it mean that you 
want the compare done from column 1 to 80?                                  



________________________________
From: HUTCHISON Gregory <gregory.hutchi...@odot.state.or.us>
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Tuesday, September 4, 2012 10:18:00 AM
Subject: Re: SUPERC - COMPARE DATASET - QUESTION

I think the type of List and what is used in the PARM has a lot to do with it.

LIST TYPE  -  DELTA      LISTS THE DIFFERENCES BETWEEN THE SOURCE DATA SETS  


PARM=(LONGL,LINECMP,'','')  SHOW DIFFERANCES INSIDE ALL LINES 

PARM=(CHNGL,LINECMP,'','')  SHOW DIFFERANCES 10 LINES BEFORE & AFTER 

PARM=(DELTAL,LINECMP,'','') SHOW JUST THE DIFFERANCES  


//C1      EXEC PGM=ISRSUPC,PARM=(DELTAL,LINECMP)      
//NEWDD    DD  DISP=SHR,DSN=dataset  
//OLDDD    DD  DISP=SHR,DSN=dataset    
//OUTDD    DD  SYSOUT=(*)                              
//SYSIN  DD *                                          
CMPCOLM  01:080                                          


Greg

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of esmie moo
Sent: Tuesday, September 04, 2012 6:03 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: SUPERC - COMPARE DATASET - QUESTION

Good Morning Gentle Readers,
 
I am trying to compare to dsns.  My problem is trying to locate the NON-PAIRED 
INSERTS.  Is there a quick way of finding the non-matches?
 
Thanks.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to