On Wed, 17 Oct 2012 04:15:13 -0500, Ron Thomas wrote:

>Hello.
>
>I have 2 files, I need to compare using DFSORT. Could someone please let me 
>know how we  can acheive?
>

Concatenate file 1 + 2:

//STEP1   EXEC PGM=ICETOOL                                
//TOOLMSG   DD SYSOUT=*                                   
//DFSMSG    DD SYSOUT=*                                   
//IN        DD *             * FILE 1                     
100000038  004366456                                      
100000039  494165545                                      
100000040  497228431                                      
100000041  408506918                                      
/*                                                        
//          DD *             * FILE 2                     
100000038  4366456                                        
100000039  494165545                                      
100000040  497228431                                      
100000041  408506918                                      
100000041  408506912                                      
/*                                                        
//OUT       DD SYSOUT=*                                   
//TOOLIN    DD *                                          
  SELECT FROM(IN) TO(OUT) ON(1,9,CH) ON(12,9,UFF) NODUPS  
/*                                                        


Norbert Friemel

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to