The ATTRLOOKUP data
set contains information about the individual regions and their polygons.
It has 13 variables that, combined, provide information about the
identifiers of the region. As part of the custom polygon registration,
you add additional rows to this data set identifying the new custom
regions.
By default, the ATTRLOOKUP
data set is located in SAS-config-dir/Lev1/SASApp/Data/valib
.
IDLABEL
specifies a unique
name for the region. When registering custom regions, you need to
ensure that the values are unique throughout the custom region. This
might mean that you have to concatenate higher levels. For example,
registering a list of US counties would require you to include the
related US state in the name because there are county names that exist
in multiple states.
Note: The values for IDLABEL cannot
contain special characters.
ID
specifies the identifier
code for the region. For the original polygons available in SAS Visual
Analytics, it is a concatenation of the values of the two-letter country
identifier (for example: AU for Australia, US for United States, UK
for United Kingdom), and a numeric count indicating which region (for
example, New South Wales = AU-1, Victoria = AU-2). This is based on
level 1 values. Level values are explained below.
Note: The values for ID must be
unique throughout the ATTRLOOKUP data set.
Note: The values for ID cannot
contain single quotation or double quotation marks.
IDNAME
specifies a unique
name for the region. For custom polygons, the IDNAME and IDLABEL values
are identical.
Note: The values for IDNAME cannot
contain special characters.
ID1NAME
identifies the IDNAME
value of the region that a subregion belongs to. For example, the
ID1NAME of North Carolina is United States and the ID1NAME of London
is United Kingdom.
Note: The values of ID1NAME must
be unique throughout the custom region and cannot contain special
characters.
ID2NAME
identifies the region
that level 2 subdivisions belong to. This variable is not used in
SAS Visual Analytics 7.4.
ID3NAME
identifies the region
that level 3 subdivisions belong to. This variable is not used in
SAS Visual Analytics 7.4.
ISO
specifies the ISO international
country code standards for the default values. The numbers are determined
for each country by the ISO. The list of current country ISO values
used by SAS Visual Analytics can be found at http://support.sas.com/va73geo .
For custom polygons, this value should be an unused value within the
map file.
ISONAME
specifies the ISO standard
name for the default values. For custom polygons, the value must be
less than 55 characters and must be an uppercase value.
key
specifies a lookup
key. The value is a concatenation of the IDNAME and ID1NAME variables,
separated by a pipe (|) character.
ID1
specifies the ID value
of the region that a subregion belongs to. For example, the ID1 of
North Carolina is US and the ID1 of London is UK. The ID1 value must
be unique throughout the ATTRLOOKUP data set.
ID2
specifies the ID value
of the region that a level 2 subregion belongs to. This variable is
not used in SAS Visual Analytics 7.4.
ID3
specifies the ID value
of the region that a level 3 subregion belongs to. This variable is
not used in SAS Visual Analytics 7.4.
level
specifies the level
of the region. A level 0 region is a country. A level 1 region is
a subdivision, such as a state or province. Level 2 and level 3 regions
are not currently supported in SAS Visual Analytics.
The custom polygon
deployment program creates a new region (level=0) representing the
entire custom polygon area, and subdivisions (level=1) representing
each individual custom region or polygon.