Function: GDSA_WRCOM Purpose: Write comments to a GDS table. Category: TABLES File: gdsa_table.c Author: K.G. Begeman Use: CALL GDSA_WRCOM( SET, Input CHARACTER*(*) SUBSET, Input INTEGER TNAME, Input CHARACTER*8 TCOMM, Input 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.