Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (A-C)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
4-29
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_.
CLOSEEDIT 
Closes a specified file that was opened by OPENEDIT or OPENEDIT_. CLOSEEDIT is 
an IOEdit procedure and can be used only with files that have been opened by 
OPENEDIT or OPENEDIT_.
CLOSEEDIT_
Closes a specified file that was opened by OPENEDIT or OPENEDIT_. CLOSEEDIT_ 
is an IOEdit procedure and can be used only with files that have been opened by 
OPENEDIT or OPENEDIT_.
COMPLETEIOEDIT 
Informs IOEdit that an outstanding I/O request has finished. COMPLETEIOEDIT is an 
IOEdit procedure and can be used only with files that have been opened by OPENEDIT 
or OPENEDIT_.
CALL CLOSEALLEDIT;
CALL CLOSEEDIT ( filenum
 ,[ keep-filenum ] );
filenum, INT:value input
keep-filenum, INT:value input
error := CLOSEEDIT_ ( filenum ! i
 ,[ keep-filenum ] ); ! i
error returned value
filename input
keep-filenum,INT:value input
status := COMPLETEIOEDIT ( filenum
 ,count-transferred
 ,tag );










