Pathmaker Reference Manual

SERVER Statement
Pathmaker Application Definition Language (PMADL)
067869 Tandem Computers Incorporated 2–45
SKELETON
filename
Specifies the name of the server skeleton disk file to be used by the Pathmaker
product to generate the server. The default value is
=_COBOL_SERVER_SKELETON, which designates the SERVSKL file in the
Pathmaker installation subvolume. The value =_C_SERVER_SKELETON
designates the CSRVSKL file in the Pathmaker installation subvolume.
This clause is not significant for TYPE REG servers. You must specify this clause
for TYPE CUSTOM servers.
SOURCE
filename
Specifies the name of the disk file to receive the server source code generated by
the Pathmaker product.
This clause is not significant for TYPE REG servers. You must specify this clause
for TYPE CUSTOM servers.
COMPILE
Specifies whether to compile the generated server source code:
YES Specifies that the generated server source code is to be compiled using
the SCREEN COBOL compiler. This is the default value.
NO Specifies that the generated code is not to be compiled.
This clause is not allowed for TYPE REG servers.
LISTING
filename
Specifies the name of the file to receive the compiler listing output when the server
is compiled.
If you do not supply a LISTING clause, the Pathmaker product uses a temporary
file to hold the listing while compiling the server.
This clause is not significant for TYPE REG servers, or for servers that are not
compiled.
SQL-CATALOG
subvolume
Specifies the name of the subvolume where the server object code file is registered.
This clause is required for compiled, TYPE CUSTOM servers that contain
embedded SQL statements in any of their services.
This clause is not significant for TYPE REG servers, or for servers that are not
compiled.