Previous Topic: CALC101ENext Topic: CALC105E


CALC103E

Expect format statement here

Reason:

When OPTION WRITE ONLY is specified, the CA Earl program can only write data to an output file and cannot produce a report. The FORMAT statement must be specified to write the data.

Action:

Remove the REPORT statement, or add a FORMAT statement before the END statement.