Function: GDSA_DELTAB Purpose: Deletes a table (all associated columns). Category: TABLES Files: gdsa_table.c Author: K.G. Begeman Use: CALL GDSA_DELTAB( SET, Input CHARACTER*(*) SUBSET, Input INTEGER TNAME, Input CHARACTER*8 ERROR ) Output INTEGER SET Name of GDS set. SUBSET Subset where table is to be found. TNAME Name of GDS table. ERROR Error return code. Updates: Jul 1, 1986: KGB document created. Nov 13, 1990: KGB Converted to C.