DLTEVENT DELETE EVFEVENT FILE TAAOBKT |
The Delete EVENT command deletes the EVFEVENT files in one or more
libraries. EVFEVENT files are created by ILE compilers and debuggers
and may consume a large amount of space. Only one file will exist
per library, but will contain a member for each program.
An EVFEVENT file is normally created by a command like CRTBNDxxx or
CRTxxxMOD when using the value of *EVENTF for the OPTION parameter.
This will also occur when using CoOperative Development Environment
(CODE) and in some cases with the TAA STRTRCDBG command.
A typical command to delete the EVFEVENT files would be:
DLTEVENT LIB(*USRLIBL)
All EVFEVENT files on the user portion of the library list would be
deleted. The completion message describes the amount of space saved.
If you want to determine what EVFEVENT files exist on your system
before deleting them, use
WRKOBJ OBJ(*ALL/EVFEVENT) OBJTYPE(*FILE)
DLTEVENT escape messages you can monitor for
--------------------------------------------
TAA9891 Some error occurred
Escape messages from based on functions will be re-sent.
Command parameters *CMD
------------------
LIB The library containing the EVFEVENT file to be
deleted. The default is *CURLIB. A specific
library, *USRLIBL, or *ALL may be specified.
You must be authorized to delete any EVFEVENT files
specified.
You must have *ALLOBJ special authority to specify
*ALL.
Restrictions
------------
None.
Prerequisites
-------------
The following TAA Tools must be on your system:
CHKALLOBJ Check *ALLOBJ special authority
EDTVAR Edit variable
RSNLSTMSG Resend last message
SNDCOMPMSG Send completion message
SNDDIAGMSG Send diagnostic message
SNDESCMSG Send escape message
Implementation
--------------
None, the tool is ready to use.
Objects used by the tool
------------------------
Object Type Attribute Src member Src file
------ ---- --------- ---------- ----------
DLTEVENT *CMD TAAOBKT QATTCMD
TAAOBKTC *PGM CLP TAAOBKTC QATTCL
|
Added to TAA Productivity tools August 15, 2003