LSE$CLIHELP.HLB  —  DEFINE  TAG  Qualifiers  /KEYWORDS
       /KEYWORDS=keyword-list-name

    Defines the keywords that you can use with this tag. You must
    specify the keyword-list-name parameter by using the DEFINE
    KEYWORDS command. If you specify the keyword-list-name with the
    /KEYWORDS qualifier, the compiler will check that any keywords
    appearing in your source code as the value of this tag belong to
    the indicated keyword-list-name. This checking always takes place
    at compile time; the editor does not check keywords as you type
    them.

    If you specify /KEYWORDS=*, this indicates that any keyword is
    allowed and no checking of keywords is to be done.

    You use this qualifier only with the /TYPE=KEYWORD case.
Close Help