Previous Topic: Sample OutputsNext Topic: Running the Comparator in Migration Mode


Return Codes

The COND CODE values below can be returned by NDVRCOMP. Code 3007 is the expected result. Other values might be returned, indicating a problem with the sort. If this happens, rerun the job to obtain the sort messages, specifying //SYSOUT DD SYSOUT=*.

Return Code

Meaning

3000

The input files are identical for the columns compared. No reports were produced.

3001

An input or output file could not be opened. Ensure that the DD statements are correct for all files and try again.

3002

The number of records in one or both of the input files exceeds the maximum count specified by the rec-count parameter. Increase the count and try again. It is better to estimate high rather than low.

3003

The LRECL for an input file exceeded 256 (260 for variable-length). You cannot use this file as input.

3005

The record format for an input file is Undefined. The record must specify either Fixed or Variable.

3006

An input parameter is missing or invalid (e.g., thru > from). Check your syntax with the parameter descriptions above, correct the problem, and resubmit the job.

3007

NDVRCOMP completed its compare successfully, and found differences between the files. This is the standard return code.