MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Output of comparison between two PS files

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
monaco
Beginner


Joined: 20 May 2004
Posts: 77
Topics: 31

PostPosted: Tue Oct 19, 2004 9:09 am    Post subject: Output of comparison between two PS files Reply with quote

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
View user's profile Send private message
Brian
Beginner


Joined: 12 Aug 2003
Posts: 95
Topics: 6

PostPosted: Tue Oct 19, 2004 9:19 am    Post subject: Reply with quote

Try a fileaid compare.

Cheers
Brian
Back to top
View user's profile Send private message
monaco
Beginner


Joined: 20 May 2004
Posts: 77
Topics: 31

PostPosted: Tue Oct 19, 2004 9:41 am    Post subject: Reply with quote

Hi,
could you provide me an example?

Thanks
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12376
Topics: 75
Location: San Jose

PostPosted: Tue Oct 19, 2004 10:59 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
monaco
Beginner


Joined: 20 May 2004
Posts: 77
Topics: 31

PostPosted: Tue Oct 26, 2004 12:05 pm    Post subject: Reply with quote

Thanks.

It is very usefull.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group