Function: GDSA_RDCOM Purpose: Reads comments from a GDS table. Category: TABLES File: gdsa_table.c Author: K.G. Begeman Use: CALL GDSA_RDCOM( SET, Input CHARACTER*(*) SUBSET, Input INTEGER TNAME, Input CHARACTER*8 TCOMM, Output CHARACTER*(*) ERROR ) Output INTEGER SET Name of GDS set. SUBSET Subset where table is to be found. TNAME Name of GDS table. TCOMM Comments for GDS table. ERROR Error return code. Updates: Jul 1, 1987: KGB Document created. Nov 13, 1990: KGB Converted to C. May 6, 1993: KGB Bug in detection of EOI repaired.