DETACH - deaccess a file.

(Obsolete use CLOSE)

Usage:

call detach(lgu, istat, buffer)

Where:

lgu
is an integer expression and is the F77 unit reference.
istat
is a variable where the status is returned.
0
successful
1
failed because buffer could not be allocated.
buffer
is a 380 word array to be used as the FILSYS buffer. If this argument if omitted, DETACH will allocate a buffer itself.

Description:

DETACH closes and deaccesses a file associated with a Fortran unit.

Copyright © 1996, Thinkage Ltd.