Function: GDS_ITYPE Purpose: Returns the Integer type of a set. Category: GDS File: gdsd_basic.c Author: J.P. Terlouw Use: INTEGER GDS_ITYPE( SET , Input CHARACTER*(*) ERROR ) Output INTEGER GDS_ITYPE Returns the type of integer used in the data set. Can be one of: 0 = High Endian 1 = Little Endian SET Name or handle of set. ERROR Error return code. Updates: Mar 9, 1994: JPT, document created.