1 DELETE Deletes the effect of the item specified by the option word. Format DELETE option 2 LIBRARY [SCA Command] Deletes an SCA library from a OpenVMS directory. Format DELETE LIBRARY library-spec[,...] 3 Qualifiers /CONFIRM /CONFIRM /NOCONFIRM (D) Indicates whether the delete function will request a confirmation of the deletion of each library. To delete an SCA library, you must respond to the confirmation prompt by typing one or more characters of the word YES. Otherwise, the library is not deleted. /LOG /LOG /NOLOG (D) Indicates whether successful deletion of SCA libraries will be reported. 3 Parameter library-spec[,...] Specifies one or more libraries to be deleted. The library must be one of the current SCA libraries established by the SET LIBRARY command. You can use a library number in place of a library specification. For example, the primary library is library #1. You can also specify a wildcard name expression. 2 MODULE [SCA Command] Deletes specified modules of source analysis data from SCA libraries. Format DELETE MODULE module-name[, . . . ] 3 Qualifiers /CONFIRM /CONFIRM /NOCONFIRM (D) Tells SCA whether or not to prompt you to confirm each module deletion. To delete a module, you must respond to the confirmation prompt by typing Y, YE, or YES. If you specify N, NO, or press the Return key, SCA does not delete the module. SCA considers any other response to be ambiguous and reissues the confirmation prompt. /DECLARATION_CLASS /DECLARATION_CLASS=declaration-class Indicates the class of the module to be deleted. The following declaration classes are supported: PRIMARY- Module implementation ASSOCIATED-Module specification If you do not specify a declaration class, SCA deletes both classes, if they exist. /LIBRARY /LIBRARY[=library-spec] /LIBRARY=primary-library (D) Specifies an SCA library containing the module to be deleted. This library must be one of the current libraries (established by a SET LIBRARY command). If you do not specify a library, the primary SCA library is the default; that is, the module is deleted from the first of the current SCA libraries. /LOG /LOG (D) /NOLOG Indicates whether SCA reports successful deletion of a module. 3 Parameter module-name[, . . . ] Specifies the names of the modules to be deleted from the current library. You may specify a wildcard name expression. 2 QUERY [SCA Command] Deletes the indicated query. Format DELETE QUERY [query-name] 3 Parameter query-name Specifies the query to be deleted. If you omit the query name, the current query is deleted. You can specify wildcards.