VERIFY
Purpose
Verifies the contents of a file stored on cassette tape.
VERIFY   "file descriptor"
          ---------------
         String expression
Example
VERIFY "CAS0:DEMO"
Parameters
file descriptor: String expression
Explanation
  - Verifies the contents of a file stored on cassette tape.
 
  - Parity and checksum data included within the file itself are used for checking.
 
  - This command cannot be executed in the CAL mode.
 
  - This command closes all open files.
 
  - The first program found is checked when the filename is omitted.
 
  - This command cannot be executed while program execution is halted ((STOP is displayed)).
 
See
Sample Execution
VERIFY "CAS0:TEST"
Confirms whether or not program on cassette tape has been correctly stored under filename TEST.