mcf_db_rename_set — Rename dataset (Fortran API)
subroutine mcf_db_rename_set(handle,nameo,namen,status) integer*4 handle character*(*) nameo character*(*) namen integer*4 status
handle
Handle of database file on which the set(s) reside (input).
nameo
Name of dataset to be renamed (input). The string may not exceed the maximum dataset name length.
namen
Name of renamed dataset (input). The string may not exceed the maximum dataset name length.
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.