About investigation when Panvalet library and/or member corrupts.
search cancel

About investigation when Panvalet library and/or member corrupts.

book

Article ID: 207243

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

If Panvalet library and/or member corrupted, what kind of information do you need for the investigation?

Environment

Release:ALL

Resolution

Send the following information.

1. JOBLOG with error message output
2. SMPLIST
3. ++PRINT FGPAN23 report
4. ++PRINT 1-UP report
5. PANLIB(Please copy it by the following sample JCL)

//BACKUP  EXEC PGM=ADRDSSU,
//             REGION=0M,
//             COND=(0,LT)
//SYSPRINT DD  SYSOUT=*
//FILE     DD  UNIT=3390,
//             DISP=(NEW,CATLG),
//             DSN=Public.panvlt.panlib.bkup,
//             SPACE=(CYL,(100,100))
//SYSPRINT DD  SYSOUT=A
//SYSIN    DD  *
 DUMP OUTDD(FILE) -
   DS(INCL(Public.panvlt.panlib.**)) -
   TOL(ENQF) -
   ALLDATA(*)
/*
//*
//XMIT    EXEC PGM=IKJEFT01
//SYSTSPRT DD  SYSOUT=*
//SYSPRINT DD  SYSOUT=*
//SYSTSIN  DD  *
 XMIT AAA.BBB DS('Public.panvlt.panlib.bkup') -
    OUTDSN('Public.panvlt.xmit') SEQ
/*
//