Subroutine: GDST_IMMEDIATE Purpose: Set "immediate reporting" for locked sets. Author: J.P. Terlouw Category: GDS File: gds_tune.c Use: CALL GDST_IMMEDIATE ( IMM ) Input LOGICAL IMM = If .TRUE., any request for a locked set returns immediately with an error code. If .FALSE., the request is suspended until the set is unlocked. By default GDS will wait until the set is unlocked. Related documents: gds_lock.dc2, gds_unlock.dc2. Updates: Mar 1, 1994: JPT, original document.