XWRITE
Xwrite doesnt work. It does not push the data to target. Week and month are different dimensions in source in target there is not week dimension. Do we need to map it as Void some how?
//ESS_LOCALE English_UnitedStates.Latin1@Binary
SET MSG SUMMARY;
SET CACHE HIGH;
SET UPDATECALC OFF; /* Swith OFF Interlligent Calc */
SET CLEARUPDATESTATUS OFF; /* Do not mark blocks clean after calculation*/
FIX ("Scenario Only" "Blank Scenario", "FY 2016","20", "LCL Amt",
"D7125",No_Week, "Feb","90303","Amount")
"Reg Hours $"
(
@XWRITE("Reg Hours $",DCF_Ldr,"Unallocated Amts","Transfer from Labor","Blank Scenario - TBD");
)
ENDFIX