Pathmaker Programming Guide

Modifying Requesters
Advanced Pathmaker Programming Topics
9–4 067868 Tandem Computers Incorporated
Caution Tandem reserves the right to change all other variables in the requester skeleton. If you refer to one of
these variables in your own routines or execute sections of generated requester code, you might be
required to modify the code you have written to accommodate the changes Tandem makes to the
requester skeleton in future releases of the Pathmaker product.
Each requester can use only one requester copy library.
One requester copy library can be used by more than one requester.
If you refer to a single-item DDL definition in a requester copy library, remember
that the Pathmaker product generates single-item definitions as follows:
01 DEF-NUMERIC.
02 DEF-NUMERIC-1 PIC 9(04) COMP.
Refer to the elementary name with the -1 suffix in your requester copy library
code.