TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-56
DELETE DEFINE Command
DELETE DEFINE Command
Use the DELETE DEFINE command to remove one or more existing DEFINEs from
the process file segment (PFS) of the current TACL. For information on DEFINEs, see
Section 5, Statements and Programs.
define-name-list
specifies one or more existing DEFINEs to be deleted. For define-name-list,
specify either of these:
define-template
( define-template [ , define-template ] ... )
define-template
is a DEFINE name that can optionally contain template characters:
* matches zero or more characters
? matches a single character
A DEFINE template that consists entirely of =* or ** causes all existing
DEFINEs to be displayed.
Considerations
•
The DELETE DEFINE command affects only DEFINEs for the current TACL
process. Any DEFINE that was propagated from the current TACL to other
processes is unaffected.
•
You cannot delete the =_DEFAULTS DEFINE.
•
To obtain error information, use the #ERRORNUMBERS Built-In Variable on
page 9-160.
Example
To delete the DEFINE named =DFILE, enter:
63> DELETE DEFINE =DFILE
DELETE DEFINE define-name-list