Name: GDSD_RVAR Purpose: Read variable length record from descriptor item. Category: GDS File: gdsd_wvar.shl Author: J.P. Terlouw Use: CALL GDSD_RVAR ( SET , Input CHARACTER*(*) NAME , Input CHARACTER*20 LEVEL , Input INTEGER RECORD , Output CHARACTER*(*) ERROR ) Output INTEGER SET = Name or handle of set. NAME = Name of item. LEVEL = Coordinate word specifying the substructure to which the record it to be obtained. If it is not present at this level, higher levels are inspected until the item is found or proven to be absent. RECORD = Variable receiving the data. larger than 150 characters. ERROR = Error return code. This routine reads at the current read position. See also: gdsd_wvar.dc2 Updates: 25-May-87 original document 14-Dec-89 converted to GPS 25-Mar-94 modified for GDS server