View - Using the View online, am unable to delete reports, receiving "Invalid selection code" error
search cancel

View - Using the View online, am unable to delete reports, receiving "Invalid selection code" error

book

Article ID: 245825

calendar_today

Updated On:

Products

View

Issue/Introduction

I am trying to delete the old dumps from View, but line command 'C' is not doing anything and 'D' is giving me an error - Invalid selection code. 

How can this be rectified? 

Environment

Release : 14.0

Component : View

Resolution

The client had SARINIT parameter setting DELETE=NO, so deletion of reports was prohibited using the View online. 

In order, then, to delete the reports in question, the client was given the following SARBCH JCL:

//XXXXXXXX JOB ...                                              
//SARBCH   EXEC PGM=SARBCH,PARM='VIEW_HLQ'  <=== MODIFY DBNAME  
//STEPLIB  DD  DISP=SHR,DSN=VIEW.CVDELOAD     <===MODIFY, IF USED
//SYSPRINT DD  SYSOUT=*                                        
//REPORT   DD  SYSOUT=*                                        
//SYSIN    DD  *                                                
/DELETE ID=xxxxxxxxxxxx GEN=nnnnn SEQ=nnnnn                           
/*                                                              
//