cobol2.hlp (Table of Contents; Topic list)
AUTOLOCK (↑ Choosing Run-time Behavior)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    AUTOLOCK
 
  Function:     Makes the default locking AUTOMATIC rather than
                EXCLUSIVE for files opened I-O or EXTEND in a
                multi-user environment.
 
  Syntax:
 
     ─┬───┬─┬────┬──AUTOLOCK──────────────────
        └─/─┘ └─NO─┘
 
  Parameters:   None
 
  Default:      NOAUTOLOCK
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-