cobol3.hlp (Topic list)
Message 0360 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0360
 
  Text:         File must have ACCESS DYNAMIC
 
  Explanation:  You have specified an operation on a file that can be
                performed only if the file has access mode DYNAMIC.
 
  Resolution:   Change the file control entry for the file so that it
                has access mode DYNAMIC.
                                    -♦-