mcf_db_ldiv_set — Change number of columns of dataset (Fortran API)
subroutine mcf_db_ldiv_set(handle,name,ldiv,status) integer*4 handle character*(*) name mcf_off ldiv integer*4 status
mcf_db_set_ldiv
sets or changes the
subset size (number of columns) of a dataset. Compatibility
function. Note that mcf_db_set_ldiv
does not
change the size of the set, it merely changes the 'geometry' of the
set such that the number of subsets times ldiv
is
equal to the total set size.
handle
Handle of database file on which the set(s) reside (input).
name
Name of dataset (input). The string may not exceed the maximum dataset name length.
ldiv
New size of a sub-set (or number of columns) of the dataset (input).
status
Status code returned (output). Upon successful completion of the operation, the status value 0 is returned. A negative value is returned, if an error has been detected. A positive value is returned, if a warning has been issued.