What's New in SAS/GRAPH 9.3
Overview
There are many changes
and enhancements for
SAS/GRAPH 9.3. Highlights include the following:
-
ODS Graphics has been moved from
SAS/GRAPH to Base SAS.
-
There are several enhancements
to the
SAS/GRAPH device drivers. The PDF and SVG devices now support
drill-down functionality, and the new SVGANIM device supports animation.
-
In addition to other enhancements,
many procedures now support the new URL= option, which simplifies
the creation of drill-down links in
SAS/GRAPH output.
-
Available with the
second maintenance release of SAS 9.3 is MAPSGFK, a library of data
sets consisting of GfK GeoMarketing digital, vector-based maps. The library reference (libref) MAPSGFK is set during system
configuration and cannot be changed. SAS has licensed the vector-based
map data sets representing the world from GfK GeoMarketing GmbH. These
map data sets are to be used only with
SAS/GRAPH for your internal
business purposes. For additional information, see
http://support.sas.com/rnd/datavisualization/mapsonline/html/gfklicense.htm.
-
Available with the second maintenance
release of SAS 9.3 is MAPSSAS, a library of data sets consisting
of traditional maps updated and supplied by SAS. The library reference
(libref) MAPSSAS is set during system configuration and cannot be
changed. This library uses the same physical name (path) as the MAPS
library when the new release of SAS is installed. MAPS can be reassigned
within SAS after installation using the MAPS= system option. This
provides a flexible way to transition between using the traditional
maps provided in MAPSSAS and the digital vector-based maps in MAPSGFK.
MAPS points to the MAPSSAS library by default.
-
Two new system options,
MAPSGFK= and MAPSSAS=, enable you to specify a way to locate the SAS
library that contains
SAS/GRAPH
map data sets. For example, the library reference (libref) MAPSGFK
is assigned using the option value specified by the MAPSGFK= system
option. As with MAPSGFK, the MAPSSAS library reference is permanently
assigned a physical name (path) in an installation configuration file.
By specifying
MAPSGFK=MAPSGFK
you automatically
indicate the path of the map data sets without needing to know the
actual physical name (path).
Also, there are significant
changes to Base SAS that are of interest to
SAS/GRAPH users.
-
ODS HTML is now the default destination
in the SAS windowing environment for the Microsoft Windows and UNIX
operating systems.
-
A new default style, HTMLBlue,
has been created for the default HTML destination.
-
A new procedure, the QDEVICE procedure,
enables you to query universal printers and devices.
Changes to Default Output
Beginning with SAS 9.3,
the LISTING destination is turned off and the HTML destination is
turned on by default. This is true when running SAS in windowing mode
for the Windows and UNIX operating environments. A new style, HTMLBlue,
is the new default style for the HTML destination. This style enhances
default output by offering a view that is optimized for display on
a computer screen. Also, ODS GRAPHICS is turned on by default. Default
settings for output on
z/OS and for batch output on all systems have
not changed.
For
more information, see New Output Defaults in SAS 9.3 in SAS Output Delivery System: User's Guide.
ODS Graphics
ODS Graphics has moved
from
SAS/GRAPH to Base SAS 9.3. You no longer need a
SAS/GRAPH license
to access ODS graphics and its related products. The documentation
for these related products, which are now part of Base SAS, are listed
below.
The SAS/GRAPH Network Visualization Workshop
Devices and Universal Printers
-
-
The
JAVA device now supports
the following date and time formats: NLDATMZ, NLDATMTZ, and NLDATMWZ.
-
The
SVG device now supports
data tips, drill-down, and enhanced drill-down behavior.
-
-
The new UEMF universal printer
shortcut device produces scalable output, supports TrueType and Type1
fonts, and provides TrueColor support.
-
The PNG device now produces anti-aliasing
for lines and edges, which improves the appearance of angled plot
lines, map borders, and so on.
-
Most universal printer shortcut
devices now support 32-bit CMYK colors or 32-bit RGBA (transparency)
colors.
Colors
SAS/GRAPH
now supports
RGBA
color mode. RGBA colors enable you to specify transparency.
(The RGBA color mode supports alpha channel blending. Overlapping
colors of varying opacity are blended together.)
The Annotate Facility
-
The new SEGONLY= option for the
%CENTROID macro specifies a single segment that is used for each map
area to calculate the centroid.
-
Nested quotation marks are no longer
required when specifying a font with the STYLE= variable.
Procedures
GAREABAR Procedure
The
GAREABAR procedure has
the following changes and enhancements:
-
The WIDTH=option that specifies
whether a statistic is represented as a percent or a sum can now be
targeted to the FIRST or LAST observation in the data set.
-
The COUTLINE= option is now supported
by the ACTIVEX device.
-
When used with the ACTIVEX device,
the hexadecimal character representing a blank (‘00’x)
suppresses the variable name or label on the AXIS= or the LABEL= options.
GBARLINE Procedure
The
GBARLINE procedure has
the following new options:
-
The UNIFORMAXES option
in the PROC GBARLINE statement automatically generates the identical
major tick mark values for the bar and plot axes.
-
The URL= option enables
you to specify a character variable whose values are the URLs of Web
pages to be displayed when the user clicks (drills down) on elements
in the graph. It is not necessary to have detailed knowledge of HTML
syntax in order to use this option. This option is available in the
BAR and PLOT statements.
GCHART Procedure
The
GCHART procedure has
the following new options:
-
The SUBOUTSIDE=
option enables you to display a list of the subgroup values of a specific
statistic above the bars. This option is available only in the VBAR
and VBAR3D statements.
-
The URL= option enables
you to specify a character variable whose values are the URLs of Web
pages to be displayed when the user clicks (drills down) on elements
in the graph. It is not necessary to have detailed knowledge of HTML
syntax in order to use this option. The URL= option is available in
the BLOCK, horizontal and vertical BAR, PIE, DONUT, and STAR statements.
GEOCODE Procedure
The street-level geocoding
engine has been rewritten for SAS 9.3 to deliver significantly enhanced
performance. (The
STREET
geocoding method, which enables you to perform geolocation
for street addresses, was introduced in the third maintenance release
of SAS 9.2.)
Starting with the second
maintenance release for SAS 9.3, the CITY geocoding method in
SAS/GRAPH
supports international geocoding. The method uses lookup data sets
located in the MAPSGFK library, which is also made available for use
in this release. To support international geocoding, there are several
new options introduced:
-
the ADDRESSCOUNTRYVAR= option enables
you to specify the character variable in the input address data set
that contains the country name or identifier.
-
the LOOKUPCITY= option enables
you to specify the city matching data set for associating coordinates
with addresses when performing CITY geocoding.
-
the LOOKUPCOUNTRYVAR= option enables
you to specify the character variable in the lookup data set that
contains the country name or identifier.
-
the LOOKUPLATVAR= option enables
you to specify the numeric variable in the lookup data set that contains
the latitude of the geocoded location. This option replaces the LOOKUPYVAR=
option.
-
the LOOKUPLONGVAR= option enables
you to specify the numeric variable in the lookup data set that contains
the longitude of the geocoded location. This option replaces the LOOKUPXVAR=
option.
GINSIDE Procedure
The
GINSIDE procedure has
the following changes and enhancements:
-
The new INCLUDEBORDER option enables
you to identify points that are on the border of a polygon as being
inside of the polygon.
GKPI Procedure
The
GKPI procedure has
the following new options:
-
The MODE=MODERN option produces
KPI charts with a streamlined appearance.
-
The URL= option enables you to
associate a drill-down URL with KPI charts.
GMAP Procedure
The
GMAP procedure now
supports the URL= option. This option is available in the AREA, BLOCK,
CHORO, and PRISM statements. The URL= option enables you to specify
a character variable whose values are the URLs of Web pages to be
displayed when the user clicks (drills down) on elements in the graph.
It is not necessary to have detailed knowledge of HTML syntax in order
to use this option.
The
GMAP procedure can
now use three predefined librefs for libraries that contain map data
sets. In addition to the already existing MAPS library, new map libraries
include MAPSGFK and MAPSSAS for the second maintenance release of
SAS 9.3.
-
MAPS points to updated versions
of the traditional map data sets that are provided by SAS, just as
in the past. This libref existed prior to the second maintenance release
for SAS 9.3.
-
MAPSSAS points to the same updated
map data sets as the MAPS libref. This libref is new in the second
maintenance release for SAS 9.3.
-
MAPSGFK points to map data sets
based on the digital, vector-based maps from GfK GeoMarketing, the
single source for this map data. These data sets are covered by the GfK GeoMarketing copyright.
See
http://support.sas.com/mapsonline/gfklicense. This libref is also new in the second maintenance release
for SAS 9.3.
GPLOT Procedure
The
GPLOT procedure
has the following changes and enhancements:
-
The HTML= option enables
you to identify the variable in a bubble plot input data set whose
value creates a link in the HTML output file that is generated by ODS.
-
The new URL= option
is available in the PLOT statement. This option enables you to specify
a character variable whose values are the URLs of Web pages to be
displayed when the user clicks (drills down) on elements in the graph.
It is not necessary to have detailed knowledge of HTML syntax in order
to use this option.
GPROJECT Procedure
The
GPROJECT procedure has
the following changes and enhancements:
-
The GPROJECT procedure can now
process and store projection parameters in a SAS data set. Stored
parameters enable you to project maps and annotation points separately.
The following new options
enable you to interact with parameters:
specifies that input
parameters are not used.
specifies the data
set that contains input parameters.
specifies a data set
where output parameters are stored.
specifies the name
of the entry in the parameter data set that is used.
-
The ID statement no longer requires
an ID variable. You can project non-polygonal data (such as annotation
points) by specifying the ID statement without an ID variable.
-
The new MERIDIAN= option specifies
the central longitude for the projection.
-
The new LATLON option specifies
that the LAT and LONG variables from the map data set are used for
coordinate data instead of the X and Y variables.
-
Several new options enable you
to explicitly set default behaviors and override options from an input
parameters file:
-
DATELINE is the Boolean counterpart
for NODATELINE.
-
NODUP is the Boolean counterpart
for DUPOK.
-
RADIANS is the Boolean counterpart
for DEGREES.
-
WESTLONG is the Boolean counterpart
for EASTLONG.
GRADAR Procedure
The
GRADAR procedure has
the following changes and enhancements:
-
The URL= option enables
you to specify a character variable whose values are the URLs of Web
pages to be displayed when the user clicks (drills down) on elements
in the graph. It is not necessary to have detailed knowledge of HTML
syntax in order to use this option.
-
The STARAXIS option
now honors the ORDER= option in the AXIS statement. This enables you
to apply minimum and maximum values as well as incremental control
to the axis tick marks for the spokes in a radar chart. This is useful
when you want to avoid the automatic scaling of axis tick marks that
use the minimum and maximum data values.
GREDUCE Procedure
The
GREDUCE procedure now
removes polygons with fewer than three vertices by default. The new
NOCLEAN option retains polygons with fewer than three vertices.
GTILE Procedure
-
The GTILE
procedure now supports the BY statement.
-
The GTILE
procedure now supports discrete colors. The COLORTYPE= option enables
you to select between discrete and continuous colors in your tile chart.
-
The CMISSING=
option has been renamed to CDEFAULT= to make it consistent with other
procedures. The alias CDEF= can be used in place of the CDEFAULT=
option. For backward compatibility, the CMISSING= option and the CMISS=
alias still function as before.
-
The new MINLEGENDVALUE=
option enables you to override the default lower endpoint value in
a continuous color-ramp legend with your own value. Tiles whose value
is less than the MINLEGENDVALUE= value are colored gray in the tile chart.
-
New option
MAXLEGENDVALUE= enables you to override the default maximum endpoint
value in a continuous color-ramp legend with your own value. Tiles
whose value is greater than the MAXLEGENDVALUE= value are colored
gray in the tile chart.
-
The new COLORPOINTS=
option enables you to control the points at which a color-ramp legend
transitions from one color to the next.
Global Statements
-
The SYMBOL statement’s
VALUE= option offers extra versatility with filled square, diamond,
and triangle as special symbol selections for plotting data points
on a chart. New option SPECIAL has also been added, which enables
you to define unique special symbols for up to 12 plots (GPLOT) in
one SYMBOL statement.
-
In general, the limit
for specifying variable values and text-strings on labels is increased
from 32 to 256 characters. Specifically, this affects the ORDER=,
VALUE=, and LABEL= options on the AXIS and LEGEND statements. This
expanded limit enables you to specify up to 256 characters for each
variable value for the following procedures:
MIDPOINTS=“value-list”
option in the BAR statement
MIDPOINTS=“value-list”
option on the HBAR, VBAR, and PIE statements
HAXIS= and VAXIS= options in the PLOT statement
In addition, for the
GCHART procedure, the GROUP= option on the HBAR and VBAR statements
now display up to 256 characters of the group variable name or label.
-
The ORDER=DESCENDING
option in the LEGEND statement enables you to generate a legend with
items in descending order. This is especially useful when using the
LEGEND Statement with the GMAP Procedure to produce maps on any device
except JAVA and ACTIVEX.
-
The LABEL= option on
both the AXIS and LEGEND statements provides the ability to use #BYVAL
and #BYVAR in axis and legend labels. When you specify #BYVAL,
SAS/GRAPH
substitutes the current value of the BY variable for #BYVAL. When
you specify #BYVAR,
SAS/GRAPH substitutes the current name of the
BY variable, or label associated with the variable, for #BYVAR.
-
The SPLIT= option is
now available in the LEGEND statement. The option enables you to specify
the split character that the LEGEND statement uses to break the text
string in a legend value into multiple lines. In addition, the SPLIT=
option on both the AXIS and LEGEND statements is enhanced. SPLIT=
now enables you to specify multiple split characters used to break
axis values or the text string in a legend value into multiple lines.
-
The FORMAT text-description
suboption on the REFLABEL option in the AXIS statement enables you
to display the formatted value assigned to the axis variable as the
reference line label.
Graphics Options
The
LFACTOR graphics
option now affects the thickness of all lines in a graph. This option
is useful when you need to produce graphics using a very high resolution.
New Map Data Sets
New map data sets are
available with the second maintenance release of SAS 9.3. Most are
provided with the release installation, and additional map data sets can
be downloaded from the SAS Maps Online Web site. See
http://support.sas.com//mapsonline.
Available with
the second maintenance release of SAS 9.3 is MAPSGFK, a library of
data sets consisting of GfK GeoMarketing digital, vector-based maps. SAS
has licensed the vector-based map data sets representing the world
from GfK GeoMarketing GmbH. These map data sets are to be used only
with
SAS/GRAPH for your internal business purposes. For additional
information, see
http://support.sas.com/mapsonline/gfklicense.
Run
the following code to generate a list of the GfK digital, vector-based
map data sets available in the MAPSGFK library:
proc datasets lib=mapsgfk;
run;
Available with the second maintenance
release of SAS 9.3 is MAPSSAS, a library of data sets consisting
of traditional maps updated and supplied by SAS. The library reference
(libref) MAPSSAS is set during system configuration and cannot be
changed. This library uses the same physical name (path) as the MAPS
library when the new release of SAS is installed. MAPS points to the
MAPSSAS library by default.
Run the following code to generate
a list of the updated traditional map data sets available in the MAPSSAS
library:
proc datasets lib=mapssas;
run;
Updated Map Data Sets
Some of the map data
sets in the MAPS library have been updated for SAS 9.3.
|
|
|
New unprojected values
in the LAT and LONG variables are more accurate.
|
|
updated with counties
and new districts. The following new variables have been added:
The following variables
are no longer available:
|
|
New unprojected values
in the LAT and LONG variables are more accurate.
|
|
updated with new values.
Some new cities have been added, and some city names have been standardized.
Note: The projected X and Y values
might be different due to the need to re-project the data set.
|
|
updated with new regions
and ID numbers. The RUSSIA data set contains a new DENSITY variable.
The RUSSIA2 contains the following new variables:
The ID numbers for these
data sets have changed. You might need to change your response data
in any existing SAS programs that use these data sets.
|
CNTYNAME, COUNTY, USCOUNTY
|
updated with county
names and boundaries for Alaska.
|
The MAPS library reference (libref) existed prior to the second maintenance
release for SAS 9.3 and points to updated versions of the traditional
map data sets that are provided by SAS, just as in the past. The MAPS
libref and the MAPSSAS libref both point to the same location.
Enhancements in SAS/GRAPH Documentation
SAS/GRAPH documentation
now includes the following:
-
Base SAS 9.3 system options that
SAS/GRAPH uses.
-
An updated ZIP codes figure and
reorganized information in the GEOCODE procedure. Starting with the
second maintenance release for SAS 9.3, the GEOCODE procedure chapter
is rewritten to provide information about international city geocoding.
-
Starting with the second maintenance
release for SAS 9.3, the GMAP procedure chapter is rewritten to provide information
about map data sets licensed by SAS from GfK GeoMarketing GmBH. These
data sets are covered by the GfK GeoMarketing copyright. See
http://support.sas.com/rnd/datavisualization/mapsonline/html/gfklicense.htm. The GMAP chapter also continues to provide details about
the traditional map data sets that have been available with SAS 9.3
and earlier releases. Both types of data sets are provided with
SAS/GRAPH
for mapping.
Copyright © SAS Institute Inc. All rights reserved.