Previous Topic: Examples

Next Topic: Examples

Optional Statements

LINES Statement

CAKSLOAD produces printed output. This control statement tells how many lines per page to print. (25-99) Omitting a LINES statement assigns LINES a default of 56.

Default: LINES=56

►►─ LINES=25-99 ──────────────────────────────────────────────────────────────►◄

OUTPUT Statement

Specify the JCL DDNAME of the data set where CAKSLOAD should write the ORD records it generates. If you omit an OUTPUT statement, DataManager assumes the default value of CAIKSOP.

Default: OUTPUT=CAIKSOP

►►─ OUTPUT=ddname ────────────────────────────────────────────────────────────►◄

The next three control statements determine how CAKSLOAD handles IRD records that contain invalid data. Such records are always printed and can optionally be written to a file for correction at a later time. This file of corrected records can be read back in during a later run.

RECYCLE OUTPUT Statement

Specify the ddname of a data set where CAKSLOAD should write input records that cause errors. Omitting a ddname with RECYCLE OUTPUT invokes the default value. Omitting this statement prevents DataManager from writing errors to the CAIKSRO file.

Default: RECYCLE OUTPUT=CAIKSRO

►►─ RECYCLE OUTPUT ─┬────────────┬────────────────────────────────────────────►◄
                    ├─ =ddname ──┤
                    └─ =CAIKSRO ─┘

ERRORS Statement

The maximum number of errors allowed before processing terminates. Any errors found are written on page 2 of CAKSLOAD output. When the RECYCLE OUTPUT statement is specified, the value for ERROR must be greater than zero (1-99). If the ERRORS statement is omitted, DataManager assumes a default value of zero.

Default: ERRORS=0

►►─ ERROR=1-99 ───────────────────────────────────────────────────────────────►◄

RECYCLE INPUT Statement

The ddname of the data set that contains corrected data from a previous run. Omitting a ddname on the RECYCLE INPUT statement invokes the default value. Omitting this control statement prevents DataManager from processing corrections.

Default: RECYCLE INPUT=CAIKSRI

►►─ RECYCLE INPUT ─┬────────────┬─────────────────────────────────────────────►◄
                   ├─ =ddname ──┤
                   └─ =CAIKSRI ─┘