Pathmaker Reference Manual
SERVER Statement
Pathmaker Application Definition Language (PMADL)
2–44 067869 Tandem Computers Incorporated
SERVER Statement The SERVER statement defines a server in the current Pathmaker catalog.
SERVER
name
( { OBJECT
filename
}
[ , DESC[RIPTION]
text
[ ,
text
] ... ]
[ , TYPE { CUSTOM } ]
{ REG }
[ , LANGUAGE { COBOL } ]
{ C }
[ , SKELETON
filename
]
[ , SOURCE
filename
]
[ , COMPILE { YES } ]
{ NO }
[ , LISTING
filename
]
[ , SQL-CATALOG
subvolume
]
[ , DIRECTIVES
text
[ ,
text
] ]
[ , SERVICE
name
] ...
[ , SERVER-CLASS
name
] ...
) ;
name
Specifies the name for the server within the catalog.
OBJECT
filename
Specifies the name of the disk file to receive the compiled server object code.
DESC[RIPTION]
text
Specifies the internal documentation text to be associated with the server. Each
line of text can be up to 79 characters long.
If you do not provide a description, the server will not have any internal
documentation associated with it.
TYPE
Specifies the type of server:
CUSTOM Specifies a server that the Pathmaker product generates. This is the
default value.
REG Specifies a registered server.
LANGUAGE
Specifies the language in which the service is coded:
COBOL Specifies a COBOL language service.
C Specifies a C language service.