Can somebody tell me how to do a line compare on two files with record length of 812. Both the files have a record length of 812 and the mismatched records need to be written in an output file of same length. I am using 3.13 option in ISPF to do the compare but it is only producing an output file of 133 LRECL. How can i overcome that???
I cannot use Easytrieve as the Client mainframe doesn't support the EZT system libraries. can it be done by any other method. Can be done by REXX. Or can i modify the 3.13 settings somehow?
Joined: 10 Mar 2005 Posts: 478 Location: Milan, Italy
I's impossible with ISPF SuperC and SuperCE. Compare is done for all the colums(812) of your files but the max output is 202/203(with just a little modify in SuperCE settings).
To do what you need, some row of Rexx are very useful.