SQL/MX 2.x Reference Manual (G06.24+, H06.03+)
MXCI Commands
HP NonStop SQL/MX Reference Manual—523725-004
4-8
DELETE DEFINE Command
DELETE DEFINE Command
The DELETE DEFINE command deletes a DEFINE in the current MXCI session. 
(DELETE DEFINE is similar to the TACL command DELETE DEFINE and the OSS 
shell command del_define.)
You can use DELETE DEFINE only within an MXCI session. 
define 
is the name of the existing DEFINE to delete.
Considerations for DELETE DEFINE
Scope of DELETE DEFINE
After the DELETE DEFINE command executes, the specified DEFINEs inherited from 
the TACL process or the OSS shell are no longer in effect for the MXCI session, 
although these DEFINEs remain in effect for the TACL process or OSS shell.
The current user cannot delete inherited DEFINEs.
Examples of DELETE DEFINE
•
Delete a DEFINE for the logical name =ORDERS:
DELETE DEFINE =ORDERS;
DELETE DEFINE define 










