Home |

ISAMVERIFY - MV AOS/VS

ISAMVERIFY can be performed on a single file or a directory. Both of these are performed from the AOS/VS CLI prompt. This can be done with a call program from the MC software or, if you have access, you can log directly into the CLI.
  1. To ISAMVERIFY all files:
  2. type DIR :MCADATA
    press <ENTER>

    type ISVALL
    press <ENTER>

    The system will display file names as it verifies files. If an error occurs that cannot be repaired, ISAMVERIFY will prompt you with the filename. If the file cannot be fixed, then you need to proceed to the REORG section.

  3. To ISAMVERIFY a single file:
  4. type DIR :MCADATA
    press <ENTER>

    type ISAMVERIFY (filename)
    press <ENTER>

    Example: If the data file is 001service:

      ISAMVERIFY 001SERVICE

    The system will display the file name and key numbers as it verifies the file. If the file cannot be fixed, the display will show 1 file processed 1 file has errors. If this occurs, proceed to the REORG SECTION.

Updated February 18, 2005 at 10:46 a.m.