Focal Point
Error:AN OPERATION IS MISSING AN ARGUMENT

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1611097331

July 23, 2004, 05:31 AM
krishkasi
Error:AN OPERATION IS MISSING AN ARGUMENT
Hi All
I am getting the following error while trying to execute my report

AN OPERATION IS MISSING AN ARGUMENT.

The same piece is working fine in our dev environment and in my MRE.But while moving the same code into another server which is quite same as dev server it gives the above error.
Anyone tell me what are all the various possibilities can cause this error. Gone throught the webfocus documentation.it says as follows

(FOC260) AN OPERATION IS MISSING AN ARGUMENT
An arithmetic or logical operation is missing an argument, possibly two operations have been written in succession without a semi-colon ( Wink separating them.

Checked in the reports I am not doing anything wrong.
"possibly two operations have been written in succession without a semi-colon ( Wink separating them." What does it mean exactly.
July 23, 2004, 10:30 AM
susannah
Kasi, turn on your echo and run your job with -RUN at the end of each processing paragraph (TABLE...END), and then look at the paragraph that produces the error. as they say, 'WYSIWYC'.
what you see is what you code...so something is wrong somewhere.