CAKSLOAD jobs can process seven different kinds of control statements, as summarized below:
|
Required or Optional |
Statement Type |
Control Statement |
Purpose |
|---|---|---|---|
|
Required |
Input |
INPUT |
Defines data sets containing input data. |
|
Required |
Output |
OUTREC |
Selects which ORD names are to be processed and retained on the output data file. |
|
Optional |
Output File |
OUTPUT |
Defines the JCL DDNAME of the output data file. |
|
Optional |
Error Handling |
RECYCLE OUTPUT |
Writes invalid records found during processing to a sequential file. |
|
Optional |
Error Handling |
RECYCLE INPUT |
Processes corrected RECYCLE OUTPUT records. |
|
Optional |
Error Handling |
ERRORS |
Defines the error threshold before processing terminates. Required when you RECYCLE OUTPUT. |
|
Optional |
Reporting |
LINES |
Defines the number of lines per page for the CAKSLOAD control reports. |
Each of these statements are discussed in detail later in this section.
Combine these control statements according to these guidelines:
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |