Command Reference Guide

Object EVAR Commands
SQL/MX Connectivity Service Administrative Command Reference526350-005
6-10
Considerations—DELETE EVAR
Considerations—DELETE EVAR
DELETE EVAR is a sensitive command.
The asterisk (*) wild card is supported for evar-name.
DELETE EVAR deletes the first EVAR it finds with a name match and then scans
for additional matches and displays warnings if found.
All SERVICEs remove this deleted EVAR as soon as it is removed from the
database, but connected servers do not remove it until the current connection is
closed.
You need not stop the DS to execute DELETE EVAR.
Example—DELETE EVAR
This example deletes an EVAR of type define, with the name GROUP from the DS
TDM_Default_DataSource. You can use the equal (=) sign in the name, but it is not
required.
CS>delete evar *."TDM_Default_DataSource".GROUP, type define;
-- DELETE EVAR \ODBC.*.TDM_Default_DataSource.=GROUP Successful