Function: GDSA_RCDBLE Purpose: Reads double precision items from a column in a GDS table. Category: TABLES File: gdsa_table.c Author: K.G. Begeman Use: CALL GDSA_RCDBLE( SET, Input CHARACTER*(*) SUBSET, Input INTEGER TNAME, Input CHARACTER*8 CNAME, Input CHARACTER*8 DDATA, Output DOUBLE PRECISION ARRAY ITEM, Input INTEGER NITEMS, Input INTEGER ERROR ) Output INTEGER SET Name of GDS set SUBSET Subset where table is to be found TNAME Name of table CNAME Name of column DDATA Array to recieve the data from column. ITEM Row number where to start reading NITEMS Number of rows to read ERROR Error return code Updates: Feb 18, 1989: KGB document created. Nov 13, 1990: KGB Converted to C.