file_id
|
IN:
|
File identifier returned by Hopen
|
vgclass
|
IN:
|
Class of the vgroup
|
Purpose
|
Returns the reference number of the vgroup with the specified class.
|
Return value
|
Returns the reference number of the vgroup if successful and 0 otherwise.
|
FORTRAN
|
integer function vfndcls(file_id, vgclass)
|
|
integer file_id
|
|
character* (*) vgclass
|