Subbroutine: GDS_CREATE Purpose: Create a new set. Category: GDS File: gdsd_basic.c Author: J.P. Terlouw Use: CALL GDS_CREATE ( SET, Input CHARACTER*(*) ERROR ) Output INTEGER SET Name of set to be created. ERROR Error return code. The structure created by this call is initially zero-dimensional. Its shape can be determined later by calling GDS_EXTEND one or more times. Updates: 25-May-87 original document 14-Nov-89 rewritten in C 8-Mar-94 rewritten for GDS server