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

Comparing two tape files


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

New User


Joined: 12 Sep 2005
Posts: 20
Location: USA

PostPosted: Fri Oct 06, 2006 11:58 pm
Reply with quote

Is there a way to compare two tape files without converting them to a Disk file using REPRO?
I tried converting them and i got the following error.
0IDC3302I ACTION ERROR ON @ZFDZ06.CIT120.DISK1
IDC3321I ** OPEN/CLOSE/EOV ABEND EXIT TAKEN
IDC31467I MAXIMUM ERROR LIMIT REACHED.
0IDC0005I NUMBER OF RECORDS PROCESSED WAS 19498500
0IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12

Thanks in advance for your replies
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Sat Oct 07, 2006 2:15 am
Reply with quote

You can use SUPERC to compare, following does line compare.

Code:

//CMPX1 EXEC PGM=ISRSUPC,                             
//            PARM=(CHNGL,LINECMP,                   
//            '',                                     
//            '')                                     
//OUTDD    DD  SYSOUT=*                               
//OLDDD    DD  DSN=xxx.TAPE1,   
//             DISP=SHR                               
//NEWDD    DD  DSN=xxx.TAPE2,   
//             DISP=SHR                               
//SYSIN  DD DUMMY                                     
Back to top
View user's profile Send private message
Anu Narayanan

New User


Joined: 12 Sep 2005
Posts: 20
Location: USA

PostPosted: Sat Oct 07, 2006 2:40 am
Reply with quote

Hi RASHEED,

I would check that out. Thank you for your reply.
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 Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top