4.3BSD/usr/ingres/doc/access/closebatch.nr

.th CLOSEBATCH AM 3/9/77
.sh NAME
closebatch - close the batch-update file
.sh SYNOPSIS
.nf
closebatch()
.fi
.sh DESCRIPTION
Closebatch is used to close the batch file for further
updates.
After closebatch is called, the DBU routine update should
be used to process the batch file.
The next call to
openbatch will destroy the batch file if it still exists.
.sh DIAGNOSTICS
.nf
-1 -- batchfile was not open
0 -- successful
.fi
.sh "SEE ALSO"
addbatch, openbatch, rmbatch