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?
Release : 14.0
Component : View
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
/*
//