DEFObonn COMPARE utility
========================

 (C) DEFObonn GmbH (german limited), 2006, 2007                               
     Argelanderstr. 183, 53115 Bonn, Germany                                  
     Contact: info@defobonn.de or visit our homepage at www.defobonn.com   
                                                                              
  ATTENTION: You will need the LE/370 runtime environment                     
                                                                              
  This software is distributed in the hope that it will be useful, but        
  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY  
  or FITNESS FOR A PARTICULAR PURPOSE.                                        
                                                                              
  DEFObonn COMPARE utility is designed to compare PS and PO datasets          
  containing source code.                                                     
  In the moment datasets are limited to record format fixed or variable.      
  This utility processes at maximum 255 columns and 9999 lines.               
                                                                              
  Views: Vertical split (default)                                             
         Horizontal split (toogle with PF06)                                  
                                                                              
  Commands: all usual scrolling commands are supported                        
                                                                              
            d         - find next difference                                  
            dl        - find previous difference                              
            f         - find string                                           
            fo/fold   - find string in old dataset                            
            fn/fnew   - find string in new dataset                            
            vsplit    - set view to vertical split                            
            hsplit    - set view to horitontal split                          
            swsplit   - toogle split view (same as PF06)                      
            repfind   - repeat last command (same as PF05)                    
                                                                              
  Find syntax: f context-sensitiv-string column                               
           or: f 'context-sensitiv-string' column      
           
  INSTALLATION
  ------------      
  The datasets of this zipfile are stored in EBCDIC-binary-XMIT-format.                            
  
  Transfer the four datasets to the mainframe using binary upload, 
  no ASCII/EBCDIC or CRLF conversion ! 
  
  The target datasets have to be RECFM=FB,LRECL=80,BLKSIZE=3120.
  Assume dataset names are like <userid>.COMPARE.xxx.XMIT.
  
  Next receive the dataset by entering
  
    receive indsn('<userid>.COMPARE.xxx.XMIT')
  
  During the execution of the receive command rename the dataset by entering
    
    dsn('<userid>.COMPARE.xxx')
    
  Execute '<userid>.COMPARE.CLIST(COMPARE)'
  
  Have fun!
  
  