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

Is it possible to compare more than 2 PS at the same time


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

Active User


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

PostPosted: Wed May 31, 2006 11:21 am
Reply with quote

Hi,

My requirement is to compare 3 or more datasets at the same time and output the difference into a output file with the base file.
Could anyone let me know the proccedure...is it feasible or not??

Thanks
Vamsi
Back to top
View user's profile Send private message
rajandhla

Active User


Joined: 18 Oct 2005
Posts: 182
Location: Luton UK

PostPosted: Wed May 31, 2006 2:21 pm
Reply with quote

I have never tried comparing more than 2 PS files........

But if possible, it can be with DFSSORT......

Regards
jai
Back to top
View user's profile Send private message
shreevamsi

Active User


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

PostPosted: Thu Jun 01, 2006 10:43 am
Reply with quote

Here is the code to SUPERC more than 3 datasets


//SUPERC EXEC PGM=ISRSUPC,
// PARM=(DELTAL,LINECMP,
// '',
// '',
// '')
//NEWDD DD DSN=KBY@V1.TEST.JCL(TEST2),
// DISP=SHR
// DD DSN=KBY@V1.TEST.JCL(TEST3),
// DISP=SHR
// DD DSN=KBY@V1.TEST.JCL(TEST4),
// DISP=SHR
//OLDDD DD DSN=KBY@V1.TEST.JCL(TEST1),
// DISP=SHR
//OUTDD DD SYSOUT=*

~Vamsi
Back to top
View user's profile Send private message
charu arora

New User


Joined: 30 May 2006
Posts: 13
Location: bangalore

PostPosted: Fri Jun 02, 2006 4:13 pm
Reply with quote

can anybody please explain this above code

Thanks

Charu
Back to top
View user's profile Send private message
balajiofcrrcoe

New User


Joined: 07 Jul 2005
Posts: 41
Location: chennai

PostPosted: Fri Jun 02, 2006 8:14 pm
Reply with quote

Hi,
In the Newdd (NEW fILE) KBY@V1.TEST.JCL(TEST2),KBY@V1.TEST.JCL(TEST3),KBY@V1.TEST.JCL(TEST4) are concatened and the concatenated file is compared with KBY@V1.TEST.JCL(TEST1) and the resulted listing is sent to OUTDD.

The type of listing depends on the PARM options.

Regards
Back to top
View user's profile Send private message
sand
Warnings : 1

New User


Joined: 20 Nov 2005
Posts: 19

PostPosted: Mon Jul 10, 2006 3:36 am
Reply with quote

What kind of listing we can give in PARM???
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 only first records of the fil... SYNCSORT 7
No new posts To get the the current time DFSORT/ICETOOL 13
No new posts RC query -Time column CA Products 3
No new posts C Compile time time stamps Java & MQSeries 10
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top