Hi,
I get an error - 'Unknown or unimplemented keyword and it points to *REC line.
$IN01_ALLOC$ is the value that i get by way of prompt when the package is run. The formula log shows that prompt values is picked correctly.
What have I done wrong? Can you please help?
My script logic -
*XDIM_MEMBERSET HCM_Account = HEADCNT
*XDIM_MEMBERSET CATEGORY = Plan
*XDIM_MEMBERSET CCODE = <ALL>
*XDIM_MEMBERSET TIME = <ALL>
*REC(FACTOR = 1 + $IN01_ALLOC$,TIME=2015.01)
*COMMIT
Formula log shows the below as error -
RUN_LOGIC:Line 16: Unknown or unimplemented keyword "*REC(EXPRESSION=%VALUE%*(1+5%),TIME=2015.01)"
model: HCM_PLAN. Package status: ERROR
Note: I have also tried with the EXPRESSION in REC statement, but got the same error.
Regards,
Sridevi