IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to compare several members in two different datasets ?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vkumard

New User


Joined: 13 Dec 2005
Posts: 9

PostPosted: Tue Jun 13, 2006 9:38 pm
Reply with quote

Please find the explanation of my questions in below :

For example I have 1 dataset consists of 50 members and another dataset of 50 members. Now I want to compare these datasets and the find the difference in code for each member. (Both datasets having same member).

Pls let me know ASAP.
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 420
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Tue Jun 13, 2006 9:56 pm
Reply with quote

this will do it

www.princetonsoftech.com/library/vm/PD-VM-us.pdf
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Wed Jun 14, 2006 6:42 pm
Reply with quote

//SUPERC EXEC PGM=ISRSUPC,
// PARM=(DELTAL,LINECMP,
// '',
// '')
//NEWDD DD DSN=YOUR.FIRST.DSN,
// DISP=SHR
//OLDDD DD DSN=YOUR.SECND.DSN,
// DISP=SHR
//OUTDD DD SYSOUT=*

this jcl compares 2 PDS and lists the output to spool

~Vamsi
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Duplicate several members of/in one l... JCL & VSAM 7
No new posts Compare two files with a key and writ... SYNCSORT 3
Search our Forums:

Back to Top