Previous Topic: JCL ConsiderationsNext Topic: Sample Output


Examples

The following example instructs the BUILD utility to perform a complete BUILD for the LOAD.M and LOAD.M2 sample tables. The NO VALIDATE option specifies that a VALIDATE should not be performed and ERRORS CONTINUE indicates that processing should continue regardless of the number of errors.

build for load.m,
          load.m2
     errors continue
     no validate;