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

Need help for CompareX utility parameters


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Raghuraman_New

New User


Joined: 03 Oct 2008
Posts: 43
Location: Chennai,India.

PostPosted: Thu Jul 08, 2010 12:21 pm
Reply with quote

FORMAT=25
MAXDIFF=9999
CONTINUE
FIELD=(1,8,C)
KEY=(1,8,C,A)
COPYDIFF

since our shop has retired the compareX utility, it doesnt have the suffiecient docs.

could somebody help me regarding CompareX utility?, i have searched in this forum and in google. i find the MAXDIFF parameter only.
could some body explain all the parameters in this cntl card?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Jul 08, 2010 1:04 pm
Reply with quote

Maybe a stupid question, but if your shop has "retired" the utility, then why would you want to know about its functionality. Surely if the license has expired then the product is no longer usable.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Jul 08, 2010 1:59 pm
Reply with quote

they let it expire before converting all the control cards to whatever utility they use/don't use now.
Back to top
View user's profile Send private message
Raghuraman_New

New User


Joined: 03 Oct 2008
Posts: 43
Location: Chennai,India.

PostPosted: Thu Jul 08, 2010 3:02 pm
Reply with quote

It was a request job, it has been not runned for long time. now there is a request to run it. we found that Comparex utility has been retired. now equivalent to this cntl card i need to write another cntl card using other utility. if some one explain the functionality,it will be helpful to write another cntl card using some other utility.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Jul 08, 2010 3:12 pm
Reply with quote

Given the situation, my advice would be to post the whole JCL and control statement stream and hope that someone else on the forum can help you.

The reason being that the statements showing may or may not be affected by any other statements in that job stream.

Surely the documentation must be somewhere within the site either on CD or downloaded somewhere. Obviously the posting of documentation on the forum is not allowed due to copy right protection.

Maybe, just maybe, if you or someone else spoke to the ex-vendor and grovel nicely ..............................
Back to top
View user's profile Send private message
Raghuraman_New

New User


Joined: 03 Oct 2008
Posts: 43
Location: Chennai,India.

PostPosted: Thu Jul 08, 2010 3:44 pm
Reply with quote

Code:

//job card
//step1 exec pgm=comparex
//sysut1 dd dsn=fil1.ps,disp=shr
//sysut2 dd dsn=fil2.ps,disp=shr
//sysut3 dd dsn=fil3.ps,disp=shr
//sysprint dd sysout=*
//sysin dd *
FORMAT=25
MAXDIFF=9999
CONTINUE
FIELD=(1,8,C)
KEY=(1,8,C,A)
COPYDIFF
/*
//



could you explain the each parameter of cntl card, that will help me to write equivalent card using other utility.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jul 08, 2010 7:49 pm
Reply with quote

Hello,

Suggest you copy the first 10 records of the input(s), run the process for the limited amount of input, and look at the output(s).

Looking at the input, the output, and the control statements used, it should be possible to understand the control statements.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts REASON 00D70014 in load utility DB2 6
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Injecting HTTPHEADER parameters in th... PL/I & Assembler 0
No new posts Any JCL or VSAM Utility to get number... JCL & VSAM 1
Search our Forums:

Back to Top