Displays the characteristics of one or more routines.
Format
SHOW ROUTINE [routine-name]
1 – Qualifiers
1.1 /BRIEF
Indicates how much information you want displayed. The /BRIEF
qualifier causes LSE to display (in tabular format) the name and
package associated with each routine.
If you specify a wildcard expression for the parameter, or if LSE
assumes one, /BRIEF is the default.
1.2 /FULL
Indicates how much information you want displayed. The /FULL
qualifier causes LSE to display all the information available
about each indicated routine, as specified by the current DEFINE
ROUTINE command (see the list of qualifiers for the DEFINE ROUTINE
command).
If you specify an explicit name for the parameter, /FULL is the
default.
1.3 /LANGUAGE
/LANGUAGE=language-name
Shows routines that are associated with the indicated language. If
you do not specify a language, LSE uses the current language. If
you specify /LANGUAGE=*, LSE displays information on any routine
that matches the routine name, regardless of the language for
which it is defined. The /LANGUAGE and /PACKAGE qualifiers are
mutually exclusive.
1.4 /PACKAGE
/PACKAGE=package-name
Specifies the name of the package with which the routine is
associated. The /PACKAGE and /LANGUAGE qualifiers are mutually
exclusive.
2 – Parameter
routine-name
Indicates which routines are to be displayed. If you omit this
parameter, LSE assumes you have specified a wildcard routine name.