Next: , Previous: Open Command, Up: I/O


3.5 Close File Command — CLOSE

3.5.1 Syntax

     CLOSe  UNIT integer  [SAVE  ]
                          [KEEP  ]
                          [DELETE]
                          [PRINT ]

3.5.2 Function

The CLOSE command closes a logical unit. This frees the associated file and logical unit so that they can be used for other purposes. The default disposition of the file is SAVE or KEEP.