RDB/VMS Relational Database Operator DELETE_COLLATING — VMS RDB_4.0B
The DELETE COLLATING_SEQUENCE statement deletes the named collating sequence. If you have defined a global field or database using the named collating sequence, you cannot delete the collating sequence. DELETE COLLATINGSEQUENCE ──> sequence-name. You must execute this statement in a read/write transaction. If there is no active transaction and you issue this statement, Rdb/VMS starts a read/write transaction implicitly. Other users are allowed to be attached to the database when you issue the DELETE COLLATING_SEQUENCE statement.
Additional information available:
More
You must have the DELETE privilege to the database to use the DELETE COLLATING_SEQUENCE statement.