Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL522631-001
5-26
FILE_CLOSE_
Closes an open file opened by either FILE_OPEN_ or OPEN.
FILE_CLOSE_CHKPT_
Is called by a primary process to close a designated file in its backup process.
error, INT returned value
filename:length, STRING .EXT:ref:*,INT:value input:input
item-list, INT .EXT:ref:* input
number-of-items, INT:value input
values, INT .EXT.ref:* input
values-length, INT:value input
partonly, INT:value input
error-item, INT .EXT:ref:1 output
error := FILE_CLOSE_ ( filenum
,[ tape-disposition ] );
error, INT returned value
filenum, INT:value input
tape-disposition, INT:value input
0 Rewind and unload; do not wait for completion.
1 Rewind and take offline; do not wait for completion.
2 Rewind and leave online; do not wait for completion.
3 Rewind and leave online; wait for completion.
4 Do not rewind; leave online.
error := FILE_CLOSE_CHKPT_ ( filenum
,[ tape-disposition ] );
error, INT returned value
filenum, INT:value input
tape-disposition, INT:value input