Checks the validity of the item specified by the option word. Format CHECK option
1 – LANGUAGE
Analyzes the definitions associated with a language and reports errors. Format CHECK LANGUAGE language-name
1.1 – Qualifiers
1.1.1 /DEFINITIONS
/DEFINITIONS (D) Specifies that the CHECK LANGUAGE command report the following: o Undefined tokens o Undefined placeholders o Unreferenced placeholders o Package routines with the same name as placeholders o Package parameters with the same name as tokens o Parameters defined with the same name in multiple packages o Routines defined with the same name in multiple packages o Invalid topic strings
1.1.2 /HELP_INTERFACE
Specifies that the CHECK LANGUAGE command report invalid topic strings.
1.2 – Parameter
language-name Specifies the name of the language whose definitions are to be checked. Wildcards are not permitted.
1.3 – Restrictions
The /DEFINITIONS and /HELP_INTERFACE qualifiers are mutually exclusive.