Function: GDS_RENAME Purpose: Rename an existing GDS set Category: GDS File: gdsd_basic.c Author: J.P. Terlouw Use: GDS_RENAME( Return INTEGER OLDNAME , Input CHARACTER*(*) NEWNAME ) Input CHARACTER*(*) GDS_RENAME Returns a GDS result code: 0 if OK, <0 if error. OLDNAME Old set name. NEWNAME New set name. Description: Both the .image and the .descr files are renamed to the new name. The set handle is still valid, so tasks which opened the set under the old name can still access it. This function obsoletes the function of the same name and functionality written by Do Kester. The most important difference is the result code which is returned. Limitation: This routine cannot rename between different directories. Updates: Apr 7, 1994: JPT, Document created. Mar 28, 1995: JPT, Limitation added.