Name: GDSD_WVAR Purpose: Write variable length record to descriptor item. Category: GDS File: gdsd_wvar.shl Author: J.P. Terlouw Use: CALL GDSD_WVAR ( 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 will be written. RECORD = Variable containing the data. It must not be larger than 150 characters. ERROR = Error return code. This routine writes at the end of the descriptor item. The primary purpose of this routine is writing comment or history data. See also: gdsd_rvar.dc2 Updates: 25-May-87 original document 14-Dec-89 converted to GPS 25-Mar-94 modified for GDS server