LSE$CLIHELP.HLB  —  DEFINE  KEYWORDS
    Defines the indicated keyword list.

    Format

      DEFINE KEYWORDS  keyword-list-name

      keyword [/DESCRIPTION=text]

         .
         .
         .

      keyword [/DESCRIPTION=text]

      END DEFINE

1  –  Qualifier

1.1    /DESCRIPTION

       /DESCRIPTION=text

    Indicates the text to be associated with the individual keyword.

2  –  Parameters

 keyword-list-name
    Identifies the keyword list. The name must follow the rules
    applied to token names in LSE. You can then use the name as the
    value you specify for the /KEYWORDS qualifier to the DEFINE TAG
    command, as well as the parameter for the DELETE KEYWORDS, EXTRACT
    KEYWORDS, and SHOW KEYWORDS commands.

 keyword
    Names an individual keyword. Each keyword on the list must appear
    on a line by itself. You cannot use continuation characters
    between the lines for each keyword, but you can use a continuation
    character between a particular keyword and its associated
    qualifier.
Close Help