Command Syntax
EDELETE file-specifier [record-list | selection-criteria]Comments : EDELETE requires an implicit or explicit record list, or selection criteria. Preceding the Command with a SELECT, GET-LIST or other list-providing Command can provide an implicit list. EDELETE will immediately delete the specified records. To clear all the records in a file, use the CLEAR-FILE Command.
Examples
EDELETE SALES "ABC" "DEF"2 Records deleted
Delete the records ABC and DEF based on the explicit list of records.
EDELETE SALES IF P.CODE = "GHI]"n Records deleted
Delete all records in the SALES file in which the P.CODE field starts with GHI.
SELECT SALES WITH S.CODE = "ABC"n Records selected
EDELETE SALESn Records deleted
Selects all records in the SALES file in which the S.CODE field contains ABC, and deletes them.
0 comments:
Post a Comment