Pathmaker Reference Manual

SHOW Statement
Pathmaker Application Definition Language (PMADL)
067869 Tandem Computers Incorporated 2–61
SHOW Statement The SHOW statement lists names and abbreviated descriptions of application objects
in the current Pathmaker catalog.
SHOW { * }
{ {MACRO } { * |
name
, ...}}
{ {PROCESS-CONFIG } }
{ {REFERENCE-OBJECT | REFOBJ } }
{ {REQ[UESTER] } }
{ {SERVER } }
{ {SERVICE } }
{ {TABLE } }
;
*
* without a keyword lists all objects, regardless of type, in the current catalog.
Exceptions are the service map and target application configuration.
* after a keyword lists all objects of the specified type in the current catalog.
MACRO
Lists macro objects in the current catalog.
PROCESS-CONFIG
Lists configuration information for the named object
REFERENCE-OBJECT or REFOBJ
Lists reference objects in the current catalog, including DDL definitions and
records, and registered SQL tables. If a DDL object and a registered SQL table that
have the same name, PMADL shows the registered SQL table.
REQ[UESTER]
Lists requester objects in the current catalog.
SERVER
Lists server objects in the current catalog.
SERVICE
Lists service objects in the current catalog.
name
Specifies the name of an application object.