% @(#)deletetabl.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:31 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT deletetabl.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, DELETE/TABLE %.PURPOSE On-line help file for the command: DELETE/TABLE %.VERSION 1.0 29-AUG-1985 : Creation, KB %---------------------------------------------------------------- \se SECTION./TABL \es\co DELETE/TABLE 15-JAN-1991 KB \oc\su DELETE/TABLE name [conf_flag] delete a table file \us\pu Purpose: Delete an table file. \up\sy Syntax: DELETE/TABLE name [conf_flag] \ys\pa name = name of table file, this file (in UNIX) or all versions of it (in VMS) are deleted (on disk) \ap\pa conf_flag = CONF or NO, if you want (or do not want) to confirm the deletion of each file, defaulted to CONF \ap\no Note: You should rather use this command instead of the relevant host system command, since it preserves the integrity of the active (enabled) table catalog. \\ I.e. if the deleted table has an entry in the currently active table catalog, its entry in the table catalog is also removed. \on\sa See also: CREATE/TABLE, SET/TCAT, DELETE/TCAT \as\exs Examples: \ex DELETE/TABLE ugv Unix: delete file ugv.tbl (with confirmation) \\ VMS: delete all files ugv.tbl.* (with confirmation) \xe\ex DELETE/TAB ugv NO Delete file ugv.tbl without confirmation, if ugv.tbl has an entry in the currently active table catalog, this entry is removed from the catalog. \xe \sxe