ERROR | string can be called only on files opened in byte mode |
CAUSE | A routine that should be used only for files in byte mode was called for a file that was opened in record mode |
ACTION | In order to use this function, the file should be opened in byte mode. |