Pathmaker Reference Manual
SERVICE-MAP Statement
Pathmaker Application Definition Language (PMADL)
2–60 067869 Tandem Computers Incorporated
SERVICE-MAP
Statement
The SERVICE-MAP statement assigns services to server classes in the current
Pathmaker catalog.
SERVICE-MAP ( {MAP
service-name
TO
server-class-name
{ , ...
) ;
MAP
service-name
Specifies the name of a service defined in the current Pathmaker catalog to be
assigned to a server class.
If a service is referenced in multiple MAP clauses, the last reference is used and all
previous references are ignored. If a service is not referred to in any MAP clauses,
its server class assignment remains unchanged.
A service can be assigned to only one server class at a time, but a server class can
have multiple services assigned to it.
TO
server-class-name
Specifies the name of the server class in which the service is to be active. The
name is a Pathway name and up to 15 characters long. The server class must be
defined as a server class of a server that also includes the service.
Usage Considerations The server class must be defined as a server class of the server that contains the service
named in the SERVICE-MAP clause.
Example In the following example, SERVICE-A is mapped to SERVER-CLASS-A, SERVICE-B is
mapped to SERVER-CLASS-B, and SERVICE-C is mapped to SERVER-CLASS-D.
> SERVICE-MAP ( MAP service-a TO server-class-a
, MAP service-b TO server-class-b
, MAP service-c TO server-class-d
) ;