cobol3.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Message 0138 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0138
 
  Text:         'EXCLUSIVE', 'AUTOMATIC' or 'MANUAL' missing
 
  Explanation:  The LOCK MODE clause within the FILE-CONTROL
                paragraph of the Environment Division does not contain
                one of the words EXCLUSIVE, AUTOMATIC, or MANUAL, or
                if it does, your COBOL system has failed to recognize
                the word, perhaps owing to a spelling mistake.  The
                LOCK MODE clause controls access to files shared
                between a number of users in a multi-user
                environment.  Its form is determined by the file-type
                with which it is used.
 
  Resolution:   Further details on the use of the LOCK MODE clause can
                be found in your Language Reference.
                                    -♦-