Function: GDSA_DELCOL Purpose: Deletes a column in a GDS table. Category: TABLES File: gdsa_table.c Author: K.G. Begeman Use: CALL GDSA_DELCOL( SET, Input CHARACTER*(*) SUBSET, Input INTEGER TNAME, Input CHARACTER*8 CNAME, Input CHARACTER*8 ERROR ) Output INTEGER SET Name of GDS set. SUBSET Subset where table is to be deleted. TNAME Name of GDS table. CNAME Name of GDS column. ERROR Error return code. Updates: Jul 20, 1987: KGB Document created. Nov 13, 1990: KGB Converted to C.