dealdimcap_
and the suffix is da_DK
, then PROC
OLAP looks for a data set named dealdimcap_da_DK.sas7bdat
in the library that is specified by the DIMTABLELIBREF= option.
This option is used in conjunction with the DIMTABLELEBREF=option
and the USER_DEFINED_TRANSLATIONS statement.
dealdim_
and the suffix is da_DK
, then PROC OLAP looks for a data set named dealdim_da_DK.sas7bdat
in the library that is specified
by the DIMTABLELIBREF= option. DIMTABLEMEMPREF= is required if you
are using the Multiple Language Support capabilities of the SAS OLAP
Server. It is used in conjunction with the DIMTABLELIBREF= option
and the USER_DEFINED_TRANSLATIONS statement.
Empty
, then the EMPTY_CHAR= option is specified as
follows: empty_char='Empty'
Empty
, then the EMPTY_NUM= option is specified as follows: empty_num='Empty'
DIMENSION "/Shared Data/SD/MySD" SHARED FORCEThis is how DELETE and DELETE_PHYSICAL behave currently.
'C:\shared_dimensions\Customer'
, then you should
enclose the path within quotation marks.
MEMBERS | The dimension table currently associated with the dimension should be read and processed for new members of every hierarchy in that dimension. If the ADD_DATA option is used, this is the default behavior for cubes loaded from a detail table or a star schema. If the ADD_DATA option is not used, this parameter can be applied to individual dimensions for cubes loaded from star schemas only. It is not valid for a cube loaded from a detail table. Thus this option provides a way to update individual dimensions without adding data to the cube. |
MEMBERS_AND_PROPERTIES | The dimension table currently associated with the dimension should be read and processed for new members and member properties for existing members should be changed with the new values in the dimension table. If the ADD_DATA option is used, this option can be used for cubes loaded from a detail table or a star schema. If the ADD_DATA option is not used, it can be applied to individual dimensions for cubes loaded from star schemas only. It is not valid for a cube loaded from a detail table. Thus this option provides a way to update individual dimensions without adding data to the cube. |
OFF | The dimension table currently associated with the dimension should not be read at all. When this parameter is used, it applies only to cubes loaded from a star schema and never to a cube loaded from a single detail table. If the ADD_DATA option is used on the PROC, this option must be used on any UPDATEABLE dimensions whose dimensions tables should not be processed, since the default behavior is UPDATE_DIMENSIONS= MEMBERS. If the ADD_DATA option is not used on the PROC, this is the DEFAULT option for all dimensions in the cube. |