View previous topic :: View next topic |
Author |
Message |
monaco Beginner
Joined: 20 May 2004 Posts: 77 Topics: 31
|
Posted: Tue Oct 19, 2004 9:09 am Post subject: Output of comparison between two PS files |
|
|
We are trying to extract the resulting file of the comparison of two PS files.
We are using
Code: |
//SUPERC EXEC PGM=ISRSUPC,
// PARM=(DELTAL,LINECMP,
// '',
// '')
//NEWDD DD DSN=RSA075.AIS3INT.KAETEAT.MASTER.SYSREC,
// DISP=SHR
//OLDDD DD DSN=RSA075.AIS3INT.KAETEAT.SYSREC,
// DISP=SHR
//OUTDD DD DISP=(NEW,CATLG,CATLG),
// DSN=RSA076.AIS3INT.KAETEAT.COMPARE,
// DCB=(RECFM=FB,LRECL=309,BLKSIZE=27810),
// UNIT=SYSDA,SPACE=(CYL,(1,9))
|
But unfortunately, the attribute LRECL never surpasses the value 133, although the files we are comparing are actually LRECL>=300. We would like to know if there is a way to increase the LRECL attribute of the comparison file OR if there is another tool to compare to PS files where this problem would not occur at all?
Thank you very much for all your help and support! |
|
Back to top |
|
|
Brian Beginner
Joined: 12 Aug 2003 Posts: 95 Topics: 6
|
Posted: Tue Oct 19, 2004 9:19 am Post subject: |
|
|
Try a fileaid compare.
Cheers
Brian |
|
Back to top |
|
|
monaco Beginner
Joined: 20 May 2004 Posts: 77 Topics: 31
|
Posted: Tue Oct 19, 2004 9:41 am Post subject: |
|
|
Hi,
could you provide me an example?
Thanks |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Tue Oct 19, 2004 10:59 am Post subject: |
|
|
Monaco,
Look up at option 10 (compare) on file-aid main menu . You can run the job in batch mode or online mode.
You can also use DFSORT/ICETOOL to get the nonmatching records. Just concatenate the 2 datasets and find the NODUPS which are essentially the mismatches.
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
monaco Beginner
Joined: 20 May 2004 Posts: 77 Topics: 31
|
Posted: Tue Oct 26, 2004 12:05 pm Post subject: |
|
|
Thanks.
It is very usefull. |
|
Back to top |
|
|
|
|