_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.
Type:Character
var
the analysis variable to graph.
Type:Character
down
the down variable to graph.
Type:Character
across
the across variable to graph.
Type:Character
dsname
the data set name from the _WRITE_ method.
Type:Character
gifdev
the device driver name.
Type:Character
subset-list
the subset list for the initial graph. This parameter is optional.
Type:Numeric