Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ADJUSTMENT

ALIAS

BUFFER

COMMAND

KEY

KEYWORDS

LANGUAGE

LIBRARY

MODULE

PACKAGE

PARAMETER

PLACEHOLDER

QUERY

ROUTINE

TAG

TOKEN

WINDOW

Qualifier

Parameter

/LANGUAGE

Qualifier

Parameter

/LANGUAGE

Parameter

Parameter

Qualifier

Parameter

/IF_STATE

Parameter

Parameter

Qualifiers

Parameter

/CONFIRM

/LOG

Qualifiers

Parameter

/CONFIRM

/DECLARATION_CLASS

/LIBRARY

/LOG

Parameter

Qualifier

Parameter

/PACKAGE

Qualifier

Parameter

/LANGUAGE

Parameter

Qualifier

Parameter

/PACKAGE

Qualifier

Parameter

/LANGUAGE

Qualifier

Parameter

/LANGUAGE

Language Sensitive Editor DELETE — VMS LSE_3.0

   Deletes the effect of the item specified by the option word.

   Format

     DELETE   option

Additional information available:

ADJUSTMENTALIASBUFFERCOMMANDKEYKEYWORDS
LANGUAGELIBRARYMODULEPACKAGEPARAMETERPLACEHOLDER
QUERYROUTINETAGTOKENWINDOW

ADJUSTMENT

   Removes a name from the list of adjustments associated with a
   language.

   Format

     DELETE ADJUSTMENT   adjustment-name

Additional information available:

QualifierParameter

Qualifier

Additional information available:

/LANGUAGE

/LANGUAGE

      /LANGUAGE=language-name

   Names the language associated with the adjustment being deleted.
   By default, LSE deletes the adjustment from the set of adjustments
   defined for the current language. By using the /LANGUAGE
   qualifier, you can delete adjustments from other languages as
   well.

Parameter

adjustment-name
   Specifies the name of the adjustment to be deleted.

ALIAS

   Deletes the definition of an alias name.

   Format

     DELETE ALIAS   alias-name

Additional information available:

QualifierParameter

Qualifier

Additional information available:

/LANGUAGE

/LANGUAGE

      /LANGUAGE=language-name

   Specifies the name of the language in which the alias is defined.
   The default is the current language.

Parameter

alias-name
   Specifies the alias name to be deleted.

BUFFER

   Deletes a buffer.

   Format

     DELETE BUFFER   [buffer-name]

Additional information available:

Parameter

Parameter

buffer-name
   Indicates which buffer is to be deleted. The default is the
   current buffer.

COMMAND

   Deletes the definition of the indicated user-defined command.

   Format

     DELETE COMMAND   command-name

Additional information available:

Parameter

Parameter

command-name
   Specifies the command to be deleted.

KEY

   Deletes the specified key definition.

   Format

     DELETE KEY   key-specifier

Additional information available:

QualifierParameter

Qualifier

Additional information available:

/IF_STATE

/IF_STATE

      /IF_STATE=GOLD
      /NOIF_STATE (D)

   Specifies that the key definition to be deleted is for the GOLD
   state. The default is to delete the key definition for the default
   state.

Parameter

key-specifier
   Indicates the keyword or single printing character for the key to
   be deleted. Valid key-specifiers include all keynames recognized
   by the DEFINE KEY command.

KEYWORDS

   Cancels the indicated keywords list definition.

   Format

     DELETE KEYWORDS   keyword-list-name

Additional information available:

Parameter

Parameter

keyword-list-name
   Specifies the keyword list to be deleted.

LANGUAGE

   Cancels the indicated language definition.

   Format

     DELETE LANGUAGE   language-name

Additional information available:

Parameter

Parameter

language-name
   Specifies the language to be deleted.

LIBRARY

   [SCA Command] Deletes an SCA library from a VMS directory.

   Format

     DELETE LIBRARY   library-spec[,...]

Additional information available:

QualifiersParameter

Qualifiers

Additional information available:

/CONFIRM/LOG

/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.

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.

MODULE

   [SCA Command] Deletes specified modules of source analysis data
   from SCA libraries.

   Format

     DELETE MODULE   module-name[,...]

Additional information available:

QualifiersParameter

Qualifiers

Additional information available:

/CONFIRM/DECLARATION_CLASS/LIBRARY/LOG

/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.

Parameter

module-name[,...]
   Specifies the names of the modules to be deleted from the current
   library. You may specify a wildcard name expression.

PACKAGE

   Deletes a package definition without deleting the routines or
   parameters associated with the package.

   Format

     DELETE PACKAGE   package-name

Additional information available:

Parameter

Parameter

package-name
   Names the package definition to be deleted.

PARAMETER

   Deletes a parameter definition from a package.

   Format

     DELETE PARAMETER   parameter-name

Additional information available:

QualifierParameter

Qualifier

Additional information available:

/PACKAGE

/PACKAGE

      /PACKAGE=package-name

   Specifies the name of the package that contains the parameter to
   be deleted. The DELETE PARAMETER command requires this qualifier.

Parameter

parameter-name
   Specifies the name of the parameter to be deleted.

PLACEHOLDER

   Removes a name from the list of placeholders associated with a
   language.

   Format

     DELETE PLACEHOLDER   name

Additional information available:

QualifierParameter

Qualifier

Additional information available:

/LANGUAGE

/LANGUAGE

      /LANGUAGE=language-name

   Names the language associated with the placeholder being
   deleted. By default, LSE deletes the placeholder from the set
   of placeholders defined for the current language. By using the
   /LANGUAGE qualifier, you can delete placeholders from other
   languages as well.

Parameter

name
   Specifies the name of the placeholder to be deleted.

QUERY

   [SCA Command] Deletes the indicated query.

   Format

     DELETE QUERY   [query-name]

Additional information available:

Parameter

Parameter

query-name
   Specifies the query to be deleted. If you omit the query name, the
   current query is deleted. You can specify wildcards.

ROUTINE

   Deletes a routine definition from a package.

   Format

     DELETE ROUTINE   routine-name

Additional information available:

QualifierParameter

Qualifier

Additional information available:

/PACKAGE

/PACKAGE

      /PACKAGE=package-name

   Indicates the package containing the routine definition to be
   deleted. The DELETE ROUTINE command requires this qualifier.

Parameter

routine-name
   Specifies the name of the routine to be deleted.

TAG

   Removes a name from the list of tags associated with a language.

   Format

     DELETE TAG   name

Additional information available:

QualifierParameter

Qualifier

Additional information available:

/LANGUAGE

/LANGUAGE

      /LANGUAGE=language-name

   Names the language associated with the tag being deleted. By
   default, LSE deletes the tag from the set of tags defined for
   the current language. By using the /LANGUAGE qualifier, you can
   delete tags from other languages as well.

Parameter

name
   Specifies the name of the tag to be deleted.

TOKEN

   Removes a token name from the list of tokens associated with a
   language.

   Format

     DELETE TOKEN   name

Additional information available:

QualifierParameter

Qualifier

Additional information available:

/LANGUAGE

/LANGUAGE

      /LANGUAGE=language-name

   Specifies the language associated with the token being deleted.
   By default, LSE deletes the token from the set of tokens defined
   for the current language. Using the /LANGUAGE qualifier, you can
   delete tokens from other languages as well.

Parameter

name
   Specifies the token name that is to be deleted.

WINDOW

   Deletes the current window.

   Format

     DELETE WINDOW

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026