Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (A-C)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
4-27
CHILD_LOST
Examines a system message to determine whether a specified process or process pair has
been lost.
CLOSE
(Superseded by FILE_CLOSE_) Is called by a primary process to close a designated file
in its backup process.
error := CHILD_LOST_ ( message:length
,processhandle );
error, INT returned value
0 Process or process pair is not lost.
1 Reserved.
2 Parameter error.
3 Bounds error.
4 Process or process pair is lost.
5 System message is not relevant.
message:length, STRING .EXT:ref:*, INT:value input:input
-2 Local processor down.
-5 Process deletion (stop).
-6 Process deletion (abend).
-8 Network status change.
-100 Remote processor down.
-101 Process deletion.
-110 Connection to remote system lost.
processhandle, INT .EXT:ref:10 input
CALL CLOSE ( filenum ,[ tape-disposition ] );