Error Messages/40874
Error message examples
Syntax error at line 1 while checking:
Makechangesintable HugeTable Table 2(417)
^
expecting "(".
Syntax error at line 1 while checking:
Makechangesintable HugeTable Table(IndexI 2(417)
^
expecting ")".
Cause
On your call to MakeChangesInTable:
- You could have forgotten to specify the index of the Table being changed.
- You may have missed a closing parenthesis.
Remedies
If you have not specified the index of the Table being changed, specify the indexes following the second parameter, table type, between parenthesis.
Example: ... Table(IndexA) ...
Add the missing parenthesis, if you are missing one.
Example of a valid call:
MakeChangesInTable HugeTable Table(IndexA) 2(1);
See Also
Comments
Enable comment auto-refresher