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

can i use ISRSUPC for comparing 2 GDGs and output duplicates


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
saujanya_2831

New User


Joined: 09 May 2007
Posts: 27
Location: pune

PostPosted: Thu May 24, 2007 3:24 pm
Reply with quote

//COMPARE EXEC PGM=ISRSUPC,
PARM=(’LINECMP,CHNGL,UPDCNTL’)
//STEPLIB DD DSN=ISPF.LOAD,DISP=SHR
//NEWDD DD DSN=DLUDLOW.PDS(TEST1),DISP=SHR
//OLDDD DD DSN=DLUDLOW.PDS(TEST2),DISP=SHR
//OUTDD DD DSN=DSNNAME

based on few key fields iam comparing so how to do it here and i want to use this in a procedure.is there a better way round or can we do it in rexx or clist .
icon_question.gif
Back to top
View user's profile Send private message
balajiofcrrcoe

New User


Joined: 07 Jul 2005
Posts: 41
Location: chennai

PostPosted: Thu May 24, 2007 4:00 pm
Reply with quote

Hi,

The below link would list how to compare two files based on column comparsion.

billlalonde.tripod.com/back/stup020.htm

icon_smile.gif
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
No new posts Build a record in output file and rep... DFSORT/ICETOOL 11
No new posts XDC SDSF output to temp dataset CLIST & REXX 4
Search our Forums:

Back to Top