Pathmaker Programming Guide
Generating the Mapping Requester
Finishing and Installing the Application
067868 Tandem Computers Incorporated 7–7
The Pathmaker product assigns a unique name for the mapping requester based on the
project name. The mapping requester name is:
T9154-
projectname-hashnum
projectname
 is the first 20 characters of your project’s name.
hashnum
 is a number assigned to the mapping requester name by the Pathmaker
product.
For example, for a project named SESSION-2, the mapping requester name is:
T9154-SESSION-2-135
Figure 7-2 is a simplified version of the code used to resolve server class.
Figure 7-2. Code Resolving Server Class
EMPLOYEE-REQUESTER MAPPING-REQUESTER
 . .
 . .
 . .
CALL MAPPING-REQUESTER
 USING SERVICE-A LINKAGE SECTION.
 SERVER-CLASS-NAME USING SERVICENAME
 SERVER-CLASS-NAME
 . IF SERVICENAME = "SERVICE-A"
 . MOVE "CLASSX"
 . TO SERVER-CLASS-NAME.
 .
 .
 .
 EXIT.
SEND REQUEST-HEADER
 EMP-NUMBER
TO SERVER-CLASS-NAME.










