Previous Topic: UsageNext Topic: Example


JCL Considerations

When you submit a VALIDATE statement through the batch command facility, the JCL to execute the facility must include statements to define the following:

Sorting intermediate work files

If you run the validate process in steps or phases, use the sort parameters in the SYSPCH file to sort the intermediate files.

The following table shows the output of the steps of the VALIDATE process:

Step

Output

Size

STEP1

SYS003

For each record:

(MAX SORT CONTROL KEY SIZE) + (MAX FOREIGN KEY SIZE) + 24

 

SYSPCH contains sort parameters

80 bytes

STEP2

SYS003

For each record:

(MAX SORT CONTROL KEY SIZE) + (MAX FOREIGN KEY SIZE) + 24

 

SYSPCH contains sort parameters

80 bytes

Note: For more information about the generic JCL used to execute the batch command facility, see the chapter specific to your operating system.