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

how to use superc in batch?.


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 31, 2007 12:35 pm
Reply with quote

Hi i have been trying to compare two files and get duplicate records in third file but job iam getting listing of comparision in output instead of records and some errors .can anyone tell what should do about this.

Code:
               
//SUPERC  EXEC PGM=ISRSUPC,                                         
//            PARM=(DELTAL,LINECM,IM)                               
//NEWDD  DD DSN=MP07T.AU190D3.T2,DISP=SHR                           
//OLDDD  DD DSN=MP07T.AU190D2.T2,DISP=SHR                           
//OUTDD  DD DSN=MP07T.AP225D1.T3,DISP=(,CATLG),                     
//          RECFM=FB,LRECL=90,BLKSIZE=27000,                 
//          SPACE=(27000,(15000,100),RLSE),UNIT=DISK               
//SYSOUT DD SYSOUT=T                       
//SYSIN    DD  *                                                   
   CMPCOLM 1:2 3:7 7:23 23:39 39:54 54:60 60:81 81:82               
   CHNGV 5                                                           
/*                                                                 
//                                                                 



Errors in listing
ISRS032W COLUMN VALUES MUST BE IN ASCENDING SEQUENCE.
ISRS010W "LINECM " PROCESS OPTION PARAMETER IS NOT A VALID PROCESS OPT
ISRS010W "IM " PROCESS OPTION PARAMETER IS NOT A VALID PROCESS OPT
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu May 31, 2007 3:04 pm
Reply with quote

I think the messages are clear:
ISRS032W - You need to add a comma between each pair of numbers.
ISRS010W - There is no LINECM process option.
ISRS010W - There is no IM process option.

O.
Back to top
View user's profile Send private message
saif_mf
Currently Banned

New User


Joined: 09 May 2007
Posts: 4
Location: bangalore

PostPosted: Fri Jun 08, 2007 12:39 pm
Reply with quote

Hi guys i have got same results usning superC and SYNcsort as we get using comparex. i have comapred twp files using superc got the output in third file and using syncsort copied required columns in another file and its workin fine .
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 How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Batch install term/printer CICS 2
No new posts File Aid Batch IBM Tools 7
Search our Forums:

Back to Top