Summary:
|
More Variables than fields
|
Cause:
|
- The number of populated I/O variables exceeds the number of fields in PRINT FIELDS, INPUT FIELDS, RINPUT FIELDS, INPUT SELECT or RINPUT SELECT.
- Print Fields with empty form statements
|
Remedy:
|
- Increase the number of elements in the field definition or decrease the number of I/O variables. Also make sure all field definition variables do not contain blanks values.
- put some values in those form statements
|