MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

pcompare jcl to compare to panvalet members

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
chinatrain99
Beginner


Joined: 25 Nov 2014
Posts: 7
Topics: 5

PostPosted: Fri Aug 14, 2015 7:50 am    Post subject: pcompare jcl to compare to panvalet members Reply with quote

I would appreciate it if someone could give me a "real" example of the pcompare jcl. I've gotten this out of the ca manual but I can't find a clear example of what to put in the SYSIN. I'm guessing I don't need the member name in the pcold/pcnew parm...i'm sure it's in the sysin. You would think CA would have put a "real" example out there. Thanks for any assistance, Jeff

Code:

//STEP     EXEC PGM=PCOMPARE,                                   
//             PARM=(SYSIN,SYSPRINT,PCOLD,PCNEW,               
//             PCDELTA,PCUPDTE,PCWORK1,PCWORK2)                 
//STEPLIB  DD DISP=SHR,DSN=CAI1.PANVALET.V14R6.CBA3LINK         
//SYSPRINT DD SYSOUT=*                                         
//SYSUDUMP DD SYSOUT=*                                         
//SYSTSPRT DD SYSOUT=*                                         
//SYSABEND DD SYSOUT=*                                         
//PCOLD    DD DSN=CAI1.PANVALET.CX7E3.SORCLIB(LDS2500P),DISP=SHR
//PCNEW    DD DSN=CAI1.PANVALET.CX7E3.SORCLIB(JEFF100P),DISP=SHR
//PCDELTA  DD DSN=TSJEFF.PAN.COMPRE.DELTA,                     
//            DISP=(,CATLG,DELETE),UNIT=SYSDA,                 
//            SPACE=(TRK,(5,1),RLSE),LRECL=100,RECFM=FB         
//PCUPDTE  DD DSN=TSJEFF.PAN.COMPRE.UPDTE,                     
//            DISP=(,CATLG,DELETE),UNIT=SYSDA,                 
//            SPACE=(TRK,(5,1),RLSE),LRECL=100,RECFM=FB         
//PCWORK1  DD DSN=TSJEFF.PAN.COMPRE.WORK1,                     
//            DISP=(,CATLG,DELETE),UNIT=SYSDA,                 
//            SPACE=(TRK,(5,1),RLSE),LRECL=100,RECFM=FB         
//PCWORK2  DD DSN=TSJEFF.PAN.COMPRE.WORK2,                     
//            DISP=(,CATLG,DELETE),UNIT=SYSDA,                 
//            SPACE=(TRK,(5,1),RLSE),LRECL=100,RECFM=FB         
//SYSIN  DD *                                                   
   COMPARE                                                     
//*
Back to top
View user's profile Send private message
Terry_Heinze
Supermod


Joined: 31 May 2004
Posts: 391
Topics: 4
Location: Richfield, MN, USA

PostPosted: Fri Aug 14, 2015 8:10 am    Post subject: Reply with quote

In the future, please use Code tags for readability. Click on postreply to see other options.
_________________
....Terry
Back to top
View user's profile Send private message Send e-mail
William Collins
Supermod


Joined: 03 Jun 2012
Posts: 437
Topics: 0

PostPosted: Fri Aug 14, 2015 8:12 am    Post subject: Reply with quote

It is not a good idea to cross-post in multiple forums.

Did some search-engineing reveal a manual which would help? You should already have access to the manual at your site anyway.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Fri Aug 14, 2015 11:37 am    Post subject: Reply with quote

chinatrain99,

As William pointed do not cross post across multiple helpboards. Since you already have the manuals Read the CA Panvalet Compare Reference Guide.
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group