Skip to Content
0
Apr 18, 2013 at 06:06 AM

SCRIPT LOGIC ERROR

21 Views

HI all

i wrote the logic to multiply two accounts and moves the result into 3rd account.i have define the members correctly in the scope but when i validate getting the error as the member not def.

*XDIM_Memberset HR_Account= DRV_PENSION_TYPE_9, DRV_ANNUAL_SAL, 70036

*XDIM_Memeberset HR_Category = PLAN

*WHEN HR_Account

* is DRV_ANNUAL_SAL

*REC(FACTOR=DRV_PENSION_TYPE_9,HR_Account=70036,HR_Category = PLAN)

*ENDWHEN

*COMMIT

I am getting the error message DRV_PENSION_TYPE_9 is not def.

I have checked in the HR_Account dimension DRV_PENSION_TYPE_9 is available.

Please help..

Thanks

Sai