Subroutine: GDS_DELETE Purpose: Delete set. Category: GDS File: gdsd_basic.c Author: J.P. Terlouw Use: CALL GDS_DELETE ( SETNAME, Input CHARACTER*(*) ERROR ) Output INTEGER SETNAME Name of set. ERROR Error return code. Both the descriptor and the image part are deleted. Any attempts to access the set by tasks which had it open when it was deleted, will fail with the error code -57 (GDS_BADHANDLE). Updates: 25-May-87 original document 14-Nov-89 rewritten in C 3-Mar-94 rewritten for GDS server 26-Jun-95 close set before deleting it