Panvalet ++DUMP command not working (ERROR MESSAGE = PV001)
search cancel

Panvalet ++DUMP command not working (ERROR MESSAGE = PV001)

book

Article ID: 213217

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Hi Team,

When I tried to submit job to take dump of panvalet PANLIB library using the below job,the job ends with maxcc=8 and stating invalid command.

                   
//STEP1  EXEC PGM=PAN#2                                       
//STEPLIB DD  DISP=SHR,DSN=HLQ.PANVALET.CAILIB    
//PANDD1 DD  DISP=SHR,DSN=HLQ.PANLIB2                        
//PANDD2 DD DISP=SHR,DSN=HLQ.PANLIB2.NEW01                   
//PANDD3 DD DUMMY                                             
//SYSPUNCH DD DUMMY                                           
//SYSPRINT DD SYSOUT=*                                        
//SYSIN    DD *                                               
++DUMP                                                        
++CONTROL 0,4086                                              
/*                                                    

0++DUMP                                                                  00091001
 ***** INVALID COMMAND *****                                                                   * ERROR MESSAGE  = PV001 *
0++CONTROL ******                                                        ********
 ***** INVALID PARAMETER *****                                                                 * ERROR MESSAGE  = PV009 *

 

Environment

Release : 14.6

Component : CA Panvalet

Resolution


The correct sysin should be as follows....
//SYSIN     DD  *
++CONTROL  4086 

The ++CONTROL 0,4086   is for CHANGING the current CONTROL code, from 0 to 4086.

The ++CONTROL card must be the first card in the SYSIN as example above.