1 /DESCRIPTION
/DESCRIPTION=string
Specifies some text to be displayed along with the token name when
the token name appears in a menu during an EXPAND operation or in
a SHOW TOKEN display.
2 /LANGUAGE
/LANGUAGE=language-name
Specifies the language associated with the token. By default, the
token is defined for use with the current language.
3 /PLACEHOLDER
/PLACEHOLDER=placeholder-name
Specifies the name of a defined placeholder that expands in place
of the token. The token gets its description, topic string, and
body from the defining placeholder.
Note that the /PLACEHOLDER qualifier is mutually exclusive
with the /DESCRIPTION and /TOPIC_STRING qualifiers and the END
DEFINE command must not be used on the DEFINE TOKEN command when
/PLACEHOLDER is specified. No token body is specified with the
/PLACEHOLDER qualifier.
4 /TOPIC_STRING
/TOPIC_STRING=string
Specifies a quoted string that LSE uses to retrieve help text for
this token. This string is appended to the /TOPIC_STRING qualifier
specified in the DEFINE LANGUAGE command to form the complete
string of topics that LSE uses to look up the help text for this
token.