file_id
|
IN:
|
File identifier returned by Hopen
|
vgroup_ref
|
IN:
|
Reference number for the vgroup to open
|
access
|
IN:
|
Type of access - "r" for read, "w" for write.
|
FORTRAN
|
integer function vfatch(file_id, vgroup_ref, access)
|
|
integer file_id, vgroup_ref
|
|
character access
|