Running the CA Panvalet Install Verification Procedure (X7IVPVER) and getting a U0205 error in the INIT step
search cancel

Running the CA Panvalet Install Verification Procedure (X7IVPVER) and getting a U0205 error in the INIT step

book

Article ID: 15123

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Running the CA Panvalet Install Verification Procedure (X7IVPVER) and getting a U0205 error in the INIT step:

X7IVPVER INIT - ABEND=S000 U0205 REASON=00000000                           
INIT        2 PAN#4    U0205

X7IVPVER INIT - COMPLETION CODE - SYSTEM=000 USER=0205 REASON=00000000 

    



What is a U0205 and how do we resolve the error?

Environment

z/OS

Resolution

CA Panvalet User errors equate to the PVxxx errors in the Message Guide:

PV205

PANDD1 DD STATEMENT IS MISSING

Reason:

The PANDD1 DD statement is missing from your JCL.

Action:

Add a PANDD1 DD statement to your JCL for the job step in error and rerun the job.

Program: All

 

If the INIT step in the X7IVPVER job contains a PANDD1  DD statement like this:

//PANDD1   DD  DSN=CAI.TESTIVP.PANLIB,  
//             DISP=(NEW,CATLG,DELETE), 

 

The most likely cause of the error is the PVOPT PANDD1 option has been specified changing the DD name used for PANDD1.

 

Check the PVOPT User Mod member X7USRMD1 in the CBA3JCL library and look for keyword PANDD1 -

 PANDD1=ddname,                              

 

 

If the PANDD1 DD name has been changed, do a global Change All of PANDD1 to the ddname specified in the PVOPT parameter in the X7IVPVER job and resubmit X7IVPVER. 

 

If the PANDD1 keyword is not specified in the PVOPT User Mod, open a case on CA Support Online and retain all output.