The ACCESS specifier asks how a file is connected. It takes the following form:
| 'SEQUENTIAL' | If the file is connected for sequential access |
| 'DIRECT' | If the file is connected for direct access |
| 'KEYED' | If the file is connected for keyed access |
| 'UNDEFINED' | If the file is not connected |