Guardian Application Conversion Guide

Opening and Communicating With a High-PIN Server
Converting COBOL85 Applications
096047 Tandem Computers Incorporated 4–19
Table 4-2. Message-Type Keywords (Page 2 of 2)
COBOL85 Keyword
C-Series System Message
(ENV is OLD or omitted)
D-Series System Message
(ENV is COMMON or LIBRARY)
NODE-DOWN -8 Change in status of network node -110 Loss of communication with node
NODE-UP -8 Change in status of network node -111 Establishment of communication with
node
OPEN -30 Process open -103 Process open
POWER-ON -11 Power on -11 Power on
PROCESS-CREATE-
CREATION
None -102 Nowait PROCESS_CREATE_
completion
PROCESS-DELETION -2
-5
-6
CPU down: named process deletion
Stop
Abend
-101 Process deletion: STOP, ABEND, or
CPU down
PROCESS-TIME-SIGNAL -26 Process time timeout -26 Process time timeout
REMOTE-CPU-DOWN -8 Change in status of network node -100 Remote CPU down
REMOTE-CPU-UP -8 Change in status of network node -113 Remote CPU up
RESETSYNC -34 Process RESETSYNC -34 Process RESETSYNC
SETMODE -33 Process SETMODE -33 Process SETMODE
SETPARAM -37 Process SETPARAM -37 Process SETPARAM
SETTIME -10 SETTIME -10 SETTIME
STATUS-3270 -21 3270 device status received -21 3270 device status received
STOP -5 Process normal deletion: Stop Not used; see PROCESS-DELETION
SUBORDINATE-NAME None -107 Subordinate name inquiry
SYSTEM Specifies system messages –5, –6,
–12, –22, –23, –24, –30, –31, –32,
–33, –34, and –35
Specifies all system messages except
LOGICAL-OPEN and LOGICAL-CLOSE
TIME-SIGNAL -22 Elapsed time timeout -22 Elapsed time timeout
The following paragraphs identify the system messages that are most likely affected
by the conversion of a requester. These messages include the process-deletion system
messages and the status-change system messages.