Exchange/RJE Manual

CLOSE Procedure
Exchange/RJE System Procedure Calls
104698 Tandem Computers Incorporated 5–11
CLOSE Procedure The CLOSE procedure terminates access to the Exchange/RJE line server.
CLOSE (
filenum
);
filenum
INT:value
is the file number of the Exchange/RJE line server. This number is returned by the
call to OPEN that established communication with the line server.
Line Activity None.
Considerations The CLOSE procedure terminates access to the Exchange/RJE line server. Your
program should call CLOSE after it has finished using the line server.
If a nowait I/O operation is outstanding at the time of the call to CLOSE, that
operation is canceled. No indication of whether the physical I/O operation completed
or not is given.
The call to CLOSE does not stop the line server unless a previous call to SETMODE
function 44 specified that the line server should be stopped when closed.