Business Rule Syntax
The following code is written in a rule file that is executed when saving a form. I am very new to Essbase and so I may not be correct, but is the following code actually doing anything? I understand what the FIX is doing, but the code between the FIX does not look like it is doing anything to me.
SET CALCPARALLEL 6;
SET UPDATECALC OFF;
SET CACHE HIGH;
SET LOCKBLOCK HIGH;
SET CREATENONMISSINGBLK ON;
FIX (&CPrd,[ScenSel],&CPlanYR1,&CPlanYR2,&CPlanYR3,&CPlanYR4,&CPlanYR5,"Working", "Future-0000",
[EntitySel],[CompanySel],[LocationSel])
"A-99987-WF";
"A-50000-WF";
"A-50001-WF";
"A-50002-WF";
"A-50100-WF";
"A-50400-WF";
"A-50500-WF";
0