OE (Object Erase)

Purpose
Erase an OAM object.
Usage notes
Use this function to remove an object from a specified collection.
Options
None.
Related function
ODL
List OAM objects
Figure 1. Syntax

1 OE COLLECTN=collection OBJNAME=object
collection
Name of the OAM object collection. In any mode except batch mode, the user's TSO prefix (normally the user ID) is used as the high-level qualifier for any name that is not entered in quotation marks.
object
Name of the OAM object. In any mode except batch mode, the user's TSO prefix (normally the user ID) is used as the high-level qualifier for any name that is not entered in quotation marks.
//S1       EXEC PGM=FILEMGR
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
$$FILEM OE  COLLECTN=SYSU.OAM.CLLCT001,
$$FILEM     OBJNAME=DTT.ITT.WORK12
$$FILEM EOJ
/*