TS/MP 2.5 Management Programming Manual

16 Server Class DEFINE Examples
This section provides two examples related to server class DEFINEs. Both examples are written in
the TACL programming language.
Adding a Server Class DEFINE
Example 7 (page 344) presents a functioning SPI requester that adds a DEFINE to a server class.
No error handling is performed in this example.
To use this example in your own environment, you must supply all values enclosed in angular
brackets (< >). For example, you must change:
<pathmon-name>.#ZSPI
to:
$PM.#ZSPI
where $PM is the name of the PATHMON process controlling your Pathway subsystem.
Adding a Server Class DEFINE 343