_DISPLAY_TWOWAY_VBAR_ Method
Submits the SAS/GRAPH PROC GCHART statements to
produce the two-way vertical bar chart
Syntax
CALL SEND(OBJID,'_DISPLAY_TWOWAY_VBAR_',
stat,
var,
down,
across,
dsname,
gifdev,
subset-list);
Required Arguments
- stat
-
the statistic to graph.
- var
-
the analysis variable
to graph.
- down
-
the down variable to
graph.
- across
-
the across variable
to graph.
- dsname
-
the data set name from
the _WRITE_ method.
- gifdev
-
the device driver name.
- subset-list
-
the subset list for
the initial graph. This parameter is optional.