What would cause a program to compile cleanly in debug mode but in release mode fails and reports the following error: Undefined data item: CURRENT-DATE ????
Running Acubench for 10.1.1. Newly installed on a clean system but was doing the same thing on an old system.
Release Compile options = -ox .\\object\\@.acu -Fo c:\\A2\\datafiles -Sa
Debug Compile options = -ox .\\object\\@.acu -Cp -Fo c:\\A2\\datafiles -Sa8 -Ga
What am I missing?
Thanks for your help.