PANVALET PAN#2 delete gets PV001 error
search cancel

PANVALET PAN#2 delete gets PV001 error

book

Article ID: 206533

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Client running Pan#2 delete using sysin

 //SYSIN DD *  
 
++CONTROL nnn   
 ++DELETE XXXXXXXXXX    
 /*                            

Environment

Release : 14.6

Component : CA Panvalet

Resolution

EXEC PGM=PAN#2
//SYSIN DD *
++CONTROL nnnn
++DELETE NAME=membername
/*

client was using 3 characters for control code instead of 4, nnn should use nnnn and left out "name=" in the delete parm.