Pathmaker Reference Manual
OUTPUT Statement
Pathmaker Application Definition Language (PMADL)
067869 Tandem Computers Incorporated 2–15
OUTPUT Statement The OUTPUT statement provides PMADL language descriptions of application objects
in the current Pathmaker catalog, and writes these descriptions to the current
ADLOUT output file.
You can control the ADLOUT output file by using the ADLOUT command. To
redefine the objects, possibly in a different catalog, you can supply the descriptions,
without modification, as input to PMADL. Alternatively, to update the objects in the
same catalog, you can edit the descriptions, then supply them to PMADL.
Each object description starts with a SECTION command and notes on when the object
was created and last modified. The object’s name is used as the SECTION name.
OUTPUT { * }
{ APPL-CONFIG }
{ SERVICE-MAP }
{ {MACRO } { * |
name
, ... } }
{ {PROCESS-CONFIG } }
{ {REQ[UESTER] } }
{ {SERVER } }
{ {SERVICE } }
{ {TABLE } }
;
*
* without a keyword writes descriptions of all objects, regardless of type, in the
current catalog.
* after a keyword writes descriptions of all objects of the specified type in the
current catalog.
APPL-CONFIG
Specifies the application configuration stored in the current catalog. Because the
application configuration does not have an object name, it is written using the
SECTION name T9154-APPL-CONFIG.
SERVICE-MAP
Specifies the complete service mapping stored in the current catalog. Because the
service map does not have an object name, it is written using the SECTION name
T9154-SERVICE-MAP.
MACRO
name
Specifies the name of one or more macros for which to write output.
PROCESS-CONFIG
name
Specifies the name of a process for which to write output.