The PM008 and PV069 error occurs in the ++TRANSFER job
search cancel

The PM008 and PV069 error occurs in the ++TRANSFER job

book

Article ID: 39015

calendar_today

Updated On:

Products

Database Analyzer (IMS Tools) Mainframe Configuration Manager for IMS for z/OS IMS TOOLS - MISC Compress Data Compression (IMS Tools) Database Analyzer for IMS for z/OS Database Copier for IMS for z/OS Database Organizer for IMS for z/OS Mainframe Extended Terminal Manager (IMS Tools) High Performance Recovery for IMS for z/OS Database Organizer (IMS Tools) Mainframe Program Restart Manager for IMS for z/OS Secondary Index Builder for IMS for z/OS Secondary Index for IMS for z/OS JARS JARS Resource Accounting JARS SMF Director JMR MIM Resource Sharing (MIM) MIM Data Sharing (MII) MIM Tape Sharing (MIA) MIM Message Sharing (MIC) Nastel AutoPilot for WebSphere MQ Panvalet QuickFetch Raps VSE Scheduler VSE SMR SOLVE:Operations Automation SOLVE:Access Session Management SOLVE:FTS SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR SOLVE

Issue/Introduction

Issue:
 
- When we tried to transfer a member between two Panvalet libraries which had CONTROL code, we received the PM008 and PV069 error as follows.
 
  PM008 INVALID LIBRARY CONTROL CODE PANDD2*
  ***** PANVALET EXECUTION TERMINATED *****     * ERROR MESSAGE  = PV069 *
 
 
Environment:
 
- Not depend on the version of OS.
- Can capture with the Base component of all releases.
 

Steps to Reproduce:
 
 1. Create two Panvalet libraries which has CONTROL code.
 2. Add a member to one Panvalet library.
 3. Execute the following JCL.

    //STEP01  EXEC PGM=PAN#2
    //STEPLIB  DD DSN=
Prefix.Panvalet.CBA3LINK,DISP=SHR
    //SYSPRINT DD SYSOUT=*
    //PANDD1   DD DSN=Prefix.User.PANLIBA,DISP=SHR
    //PANDD2   DD DSN=Prefix.User.PANLIBB,DISP=SHR
    //SYSIN    DD *
    ++OPTION OUTPUT
    ++CONTROL nnnnn
    ++TRANSFER member
    /*
    //

 4. Receive the PM008 and PV069 error.
 
 
Cause:
 
- This is a user error. You must specify the CONTROL code for both Panvalet libraries.
 
 
Resolution:
 
- Need the ++CONTROL card for both Panvalet libraries as follows.
- Also, need the "A" as the 72th column option for output library as follows.
 
    ----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
    //STEP01  EXEC PGM=PAN#2
    //STEPLIB  DD DSN=Prefix.Panvalet.CBA3LINK,DISP=SHR
    //SYSPRINT DD SYSOUT=*
    //PANDD1   DD DSN=Prefix.User.PANLIBA,DISP=SHR
    //PANDD2   DD DSN=Prefix.User.PANLIBB,DISP=SHR
    //SYSIN    DD *
    ++OPTION OUTPUT
    ++CONTROL nnnnn
    ++CONTROL nnnnn                                                        A
    ++TRANSFER member
    /*
    //
 
 
Additional Information:
 
- For more information, please see the "Chapter 5: PAN#2 Library Protection", "CONTROL Command" of the "System Management Guide".

Environment

Release: PVALET00200-14.6-Panvalet
Component: