vdata_id
|
IN:
|
Vdata identifier
|
block_size
|
IN:
|
Standard block size of appended data
|
Purpose
|
Specifies that the vdata referred to by vdata_id can be appended to.
|
Return value
|
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
|
Description
|
NOTE: This routine is obsolete.
|
FORTRAN
|
integer function vsapp(vdata_id, block_size)
|
|
integer vdata_id, block_size
|