I see where you are coming from. Unfortunately I cannot make any changes to the REGION or other source dimensions structure to add properties. Assuming that I can maintain those properties on REGION how would the DESTINATION_APP configuration would look like. I mean, the ADD_DIM, SKIP_DIM and the REC statement.
Also, without maintaining properties can we use multiple(8) REC /COMMIT statement to reset the ADD_DIM initialization.?
Notice that I have made BUSINESS_UNIT and PID dimesion as fixed value. Will a REC statement (need help there) after the below scoping work just to send the first record ?.
*XDIM_MEMBERSET FNO_STATUS = BAS(TOT_STATUS)
*XDIM_MEMBERSET D_VALUE = BAS(TOT_VALUE)
*XDIM_MEMBERSET PROJECTTYPE = BAS(TOTAL_PRJTYPE)
*XDIM_MEMBERSET RPTCUR = USD
*XDIM_MEMBERSET FNO_DATASRC = BAS(TOTAL_ADJ)
*XDIM_MEMBERSET FNO_CATEGORY = ACTUAL
*XDIM_MEMBERSET BENEFITTYPE = BAS(TOT_BENEFITTYPE)
*XDIM_MEMBERSET REGION = BAS(TOT_REGION)
*XDIM_MEMBERSET FNO_FUNCTION = BAS(LOG)
*XDIM_MEMBERSET FNO_ACCOUNT = BI_NON_CAPITAL
*XDIM_MEMBERSET TIME = 2016.JAN
*DESTINATION_APP = MODEL-B
*ADD_DIM DATASRC = D_IMT
*ADD_DIM CATEGORY = ACTUAL
*ADD_DIM BUSINESS_UNIT = Logistics
*ADD_DIM PID = PID_Loc1
*SKIP_DIM = FNO_STATUS, D_VALUE, PROJECTTYPE, BENEFITTYPE,