Focal Point
FOC295 error when COMPOUND report run

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

August 08, 2007, 11:56 AM
tborcoman
FOC295 error when COMPOUND report run
Hello...I am getting a dreaded FOC295 error "A VALUE IS MISSING FOR: &BEGINDATE"

BEGINDATE is a parameter that exists in both .fex files (called FILE1 and FILE2) that I am compounding and there are two other parameters that I need to enter that are the same for both executables.

Is there a step or command that I am not doing? Should I or can I ask for those parameters in the file I use to run these which is just:

SET COMPOUND = OPEN
EX FILE1
EX FILE2
SET COMPOUND = CLOSE

Thanks!
August 09, 2007, 10:17 AM
Kerry
Hi tborcoman,

Here are two possible ways to correct:

1. Try changing &BEGINDATE to &&BEGINDATE wherever you set it. An &variable will not propagate when doing and EX FILE.

2. Try changing the EX FILE to a -INCLUDE FILE, this should work, and this is preferred.

Hope this helps. Big Grin

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
August 09, 2007, 10:55 AM
tborcoman
I tried the -INCLUDE and that worked fabulously..thanks!!!