Safeguard Management Programming Manual (G06.29+, H06.08+, J06.03+)

Communicating With the Subsystem
Safeguard Management Programming Manual422086-028
3-3
Processes Addressed
The definition file for any other subsystems with which your Safeguard
management application communicates.
Other definition files used by a particular subsystem if your application needs them.
An example of this type of file would be one defining tokens in pass-through error
lists if the application examines these error lists.
Include these definition files in your program using a mechanism appropriate to the
programming language: ?SOURCE compiler directives in TAL, COPY statements in
COBOL, or LOAD commands in TACL.
Processes Addressed
You can use two processes to communicate with the Safeguard SPI:
Via SCP: OPEN $ZNET.#ZSPI
Directly: OPEN $ZSMP.#ZSPI
In the first case, you address SPI commands to the SCP. In the second case, you
communicate directly with the SMP.
Language
SPI
Definitions
EMS
Definitions
Data
Communications
Definitions
Safeguard
Definitions
TAL ZSPIDEF.
ZSPITAL
ZSPIDEF.
ZEMSTAL
ZSPIDEF.
ZCOMTAL
ZSPIDEF.
ZSFGTAL
C ZSPIDEF.ZSPIC ZSPIDEF.ZEMSC ZSPIDEF.ZCOMC ZSPIDEF.
ZSFGC
Pascal ZSPIDEF.
ZSPIPAS
ZSPIDEF.
ZEMSPAS
ZSPIDEF.
ZCOMPAS
ZSPIDEF.
ZSFGPAS
COBOL ZSPIDEF.
ZSPICOB
ZSPIDEF.
ZEMSCOB
ZSPIDEF.
ZCOMCOB
ZSPIDEF.
ZSFGCOB
TACL ZSPIDEF.
ZSPITACL
ZSPIDEF.
ZEMSTACL
ZSPIDEF.
ZCOMTACL
ZSPIDEF.
ZSFGTACL