Previous Topic: JCL ConsiderationsNext Topic: Sample Output


Example

The following example instructs the VALIDATE utility to perform a validation check against sample tables M and M2. The validation was not performed when the BUILD utility was run against them.

validate table load.m,
               load.m2
     errors continue;