Guardian Programming Reference Summary for C
Functions Summary (A-C)
Guardian Programming Reference Summary for C—522630-001
4-16
message
CLOSE
(superseded by FILE_CLOSE_) Is called by a primary process to close a designated file
in its backup process.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
CLOSE^FILE
Closes a file. CLOSE^FILE is a sequential I/O (SIO) procedure and can be used only
with files that have been opened by OPEN^FILE.
CLOSEALLEDIT
Closes all open IOEdit files. CLOSEALLEDIT is an IOEdit procedure and can be used
only with files that have been opened by OPENEDIT or OPENEDIT_.
3 = Bounds error.
4 = Process or process pair is lost.
5 = System message is not relevant.
-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.
#include <cextdecs(CLOSE_FILE)>
short CLOSE_FILE ( { short _near *common-fcb } /* i */
{ short _near *file-fcb } /* i */
,[ short tape-disposition ] ); /* i */
#include <cextdecs(CLOSEALLEDIT)>
void CLOSEALLEDIT ();