

CALC (CA Earl) Messages › CALC049E
CALC049E
Statement invalid at this point in program
Reason:
The indicated statement is not valid at this point in the CA Earl source program. The problem could be caused by a violation of one of the following rules:
- All DEFINE statements must be specified before the first processing statement (SET, DECODE, GET, PUT, and so forth).
- The USER statement must be specified before the first FILE or DEFINE statement.
- The report group statements (REPORT, SELECT, CONTROL, SET(D), SET(T), PRINT) must be specified after all the processing statements and may only be followed by an END statement.
Action:
Correct the order of statements in your source program.
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|