space
Previous Page | Next Page

MDDB Report Viewer 9.2

_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);
Where... Is Type... And Contains...
stat C the statistic that is to be graphed.
var C the analysis variable that is to be graphed.
down C the down variable that is to be graphed.
across C the across variable that is to be graphed.
dsname C the data set name from _WRITE_ method.
gifdev C the device driver name.
subset-list N the subset list for the initial graph. This parameter is optional.

Previous Page | Next Page | Top of Page