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

Need Info in Panvalent PCOMPARE Utility


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

New User


Joined: 09 Apr 2007
Posts: 25
Location: Chennai,India

PostPosted: Fri Jan 15, 2010 2:17 am
Reply with quote

Hi All,


Can anyone throw some light on how Panvalent PCOMPARE utility could be used in JCL?

I am able to compare and see the differences in the SPOOL but i want to store it in a dataset and i don't know how to do it.

Thanks,
Shahul
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jan 15, 2010 3:25 am
Reply with quote

hint...
since You see it in the spool reroute the difference report to a disk dataset
Code:
instead of using
//<ddname> dd sysout=<sysout_class>
use
//<ddname> dd dsn=<dsname>,
//            disp=(new,catlg),<allocation parameters>
Back to top
View user's profile Send private message
mjshaheed

New User


Joined: 09 Apr 2007
Posts: 25
Location: Chennai,India

PostPosted: Fri Jan 15, 2010 3:45 am
Reply with quote

Hi,
This is how the step looks. I tried and it still goes to the spool.

//COMPSMD EXEC PCOMPARE,REGION=512K,
// PCOLD='CMNMS.WA10.#000003.SMD(L7821301)',
// PCNEW='CMNMS.WA10.#000003.SMD(L7821302)'
//SYSIN DD *
COMPARE OUTPUT(DELTA) REPORT(DETAIL)
OLD COLUMN (7 72) FILEORG(SEQUENTIAL)
NEW COLUMN (7 72) FILEORG(SEQUENTIAL)
//OUTPUT DD DSN=ASMT.T958164.COMPRE,
// DISP=(,CATLG,DELETE),UNIT=SYSDA,
// SPACE=(TRK,(5,1),RLSE),LRECL=100,RECFM=FB,
// RETPD=1,BLKSIZE=10000
//SYSUDUMP DD SYSOUT=*
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: Fri Jan 15, 2010 3:52 am
Reply with quote

Hello,

Show the proc (PCOMPARE) . . .
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Fri Jan 15, 2010 7:10 am
Reply with quote

mjshaheed,

it would be even more informative if you cut&paste into code-tags the
resolved (by the jes interpreter) step found in the 2nd JES DSID for the job.
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 REASON 00D70014 in load utility DB2 6
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts in REXX,how to get sysprt info CLIST & REXX 9
No new posts Any JCL or VSAM Utility to get number... JCL & VSAM 1
No new posts Copy a PDS to a new PDS - why do I ne... TSO/ISPF 8
Search our Forums:

Back to Top