book
Article ID: 142046
calendar_today
Updated On:
Issue/Introduction
The client has a View logical view that they no longer have need for, and they would like to delete it.
How is deleting a logical view accomplished?
Resolution
To delete a logical view definition, either of the following can be done:
. . In the View online:
. . . At the View Primary panel, use command "DEF VIEW", to be taken to the logical view list.
. . . Choose the logical view to be deleted, use line command "D" (there may be a confirmation panel presented), to delete the logical view.
. . In batch:
. . . Run the following SARBCH program:
//XXXXXXXX JOB ...
//SARBCH EXEC PGM=SARBCH,PARM='VIEW_HLQ' <=== MODIFY DB NAME
//STEPLIB DD DISP=SHR,DSN=VIEW.CVDELOAD <=== MODIFY, IF USED
//SYSPRINT DD SYSOUT=*
//REPORT DD SYSOUT=*
//SYSIN DD *
/DELETE ID=xxxxxxxxxxxx VIEW=nnn
/*
//