Guardian Programming Reference Summary for pTAL and TAL
Guardian Programming Reference Summary for pTAL and TAL—522631-001
4-1
4
Procedure Calls Summary (A-C)
This section lists procedure calls in alphabetic order and briefly describes the syntax of
each. For additional information about the procedure calls, refer to the Guardian
Procedure Calls Reference Manual.
ABEND
(Superseded by PROCESS_STOP_) Deletes a process or a process pair.
ACTIVATEPROCESS
(Superseded by PROCESS_ACTIVATE_) Returns a process or process pair from the
suspended state to the ready state.
CALL ABEND ( [ process-id ]
,[ stop-backup ]
,[ error ]
,[ compl-code ]
,[ termination-info ]
,[ spi-ssid ]
,[ length ]
,[ text ] );
process-id, INT:ref:4 input
stop-backup, INT:value input
error, INT:ref:1 output
compl-code, INT:value input
termination-info, INT:value input
spi-ssid, INT .EXT:ref:6 input
length, INT:value input
text, STRING .EXT:ref:length input
< (CCL) The process-id parameter is invalid, or an error occurred while ABEND was
terminating the process.
= (CCE) ABEND was successful.
CALL ACTIVATEPROCESS ( process-id );