Does anyone have actual JCL to run a compare? I've been looking at the manuals and I haven't gotten it figured out yet. Here's what I have, but i'm not sure what to do with the SYSIN. You would have thought I could find a "real" example out there somewhere... Thanks for any assistance, Jeff
//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
//
Locked as duplicate on another forum
pcompare jcl to compare to panvalet members
-
- Posts: 12
- Joined: Wed May 20, 2015 8:38 pm
- Skillset: z/os administrator
- Referer: google search
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2
- 2347
-
by steve-myers
View the latest post
Sat Nov 14, 2020 6:17 am
-
-
FTP PDS members into desktop
by kalyani krishna » Tue Feb 28, 2023 10:47 pm » in Interview Questions - 1
- 2006
-
by dneufarth
View the latest post
Wed Mar 01, 2023 5:28 am
-
-
- 4
- 6254
-
by steve-myers
View the latest post
Sat May 15, 2021 1:58 am
-
- 3
- 1252
-
by jcdm
View the latest post
Fri Sep 15, 2023 2:27 am
-
-
REXX to Edit 3rd Line of all members in PDS
by shiitiizz » Thu Aug 13, 2020 5:21 pm » in CLIST & REXX - 3
- 3729
-
by Pedro
View the latest post
Fri Aug 14, 2020 3:50 am
-