List Procedures
Displays the fully qualified procedure name of the specified Express procedure(s). A fully qualified Express procedure name has the following form: Schema Name.Procedure Name
All Express procedures with a name that exactly or partly matches the arguments <Schema> and <Procedure> will be displayed unless the option [exact match] is set, then only the procedure with a name that exactly matches the arguments <Schema> and <Procedure> will be displayed.
Note: No procedures will be found in schemata that is defined with the [no expression stored] option set in the actual Schemata>DefineSchema command. Any of the options [no derive stored], [no rule stored], and [nowhere stored] set when executing the actual Schemata>DefineSchema command may lead to missing procedures in the related dictionary model.
Arguments:
Schema: |
Specify the name of schema(ta) in the EDMdatabase that defines the actual procedure(s). Schema names are case insensitive. |
Procedure: |
Specify the name of the actual procedure(s) defined in the schema(ta) specified by the <Schema> argument that will be displayed. Procedure names are case insensitive. |
Options:
accumulating command output: |
A global option that appends the command output to the EDMsupervisor output window. Otherwise the output window is refreshed and only the last command output is displayed. |
exact match: |
A global option that specifies that only the procedure with a name that exactly matches the <Schema> and <Procedure> arguments will be displayed. |
match selected input: |
A global option that specifies that only items that partly or exactly matches the string in the related argument input field when activating a Select button, will be in the selection list. An empty (blank) string will match all items. |