JCL to compare Panvalet members

Post your questions on ENDEVOR, COOLGEN, PANVALET and CA-7 tools

Moderator: Moderator Group

Post Reply
rcurry@chubb.com
Member
Posts: 3
Joined: Fri Apr 29, 2011 1:16 am
Location: NJ

JCL to compare Panvalet members

Post by rcurry@chubb.com » Fri Apr 29, 2011 1:31 am

Hi,

Does anyone have example JCL to compare 1 panvalet member to another.

pan.test.sourclib(test1) to pan.prod.sourclib(test1)

thanks
rob
Rob

rcurry@chubb.com
Member
Posts: 3
Joined: Fri Apr 29, 2011 1:16 am
Location: NJ

Panvalet Compare JCL resolved

Post by rcurry@chubb.com » Wed Jun 08, 2011 12:38 am

Hi,

I was able to perform the compare via the TSO compare facility. I used PAN#1 to copy the members to temporary PDS libraries then I performed the SuperC compare:

//SUPERC EXEC PGM=ISRSUPC, *
// PARM=(DELTAL,LINECMP,
// 'COBOL',
// '')
//NEWDD DD DSN=xxxxx.TEMPROD.SOURCE(source1),
// DISP=SHR
//OLDDD DD DSN=xxxxx.TEMP.SOURCE(source2),
// DISP=SHR
//OUTDD DD SYSOUT=(A)
Rob

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others