The following
table shows the eight chart types that are available in SAS IT Resource
Management 2.7 and the corresponding SAS Enterprise Guide task that
is available to generate those chart types in SAS IT Resource Management
3.2.
SAS IT Resource Management 2.7 Chart Types and Corresponding
SAS Enterprise Guide Tasks
|
SAS Enterprise Guide
Task
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bar Chart task - Appearance
Options, Shape
|
|
Bar Chart task - 3-D
vertical bar chart
|
In SAS Enterprise Guide,
the bar orientations (vertical and horizontal) are task subtype options
that are available in the Bar Chart task. The bar dimensions (two-dimensional
and three-dimensional) are appearance options in the Bar Chart and
Pie Chart tasks.
This section provides
more details about the SAS IT Resource Management 2.7 macros that
create various types of bar and pie charts and the equivalent SAS
Enterprise Guide steps that are required to re-create these types
of reports.
The %CPCHART macro creates
the following three bar chart types:
-
one analysis column and one
class column (Example 1)
-
one analysis column, one class
column, and one group column (Example 2)
-
one analysis column, one class
column, and one subgroup column (Example 3)
The %CPCCHRT macro creates
the following four bar chart types:
-
-
multiple analysis columns and
one group column (Example 5)
-
multiple analysis columns, one
group column, and one subgroup column (Example 6)
-
multiple analysis columns, one
group column, and one stack column (Example 7)
The %CPCHART macro creates a
pie chart of one analysis column and one class column (Example 8).
The %CPCCHRT macro creates a
pie chart type of multiple analysis columns (Example 9).
The following sections
show how to re-create these bar chart and pie chart types using SAS
Enterprise Guide.