Contents MDDB Report Viewer Methods Previous Next
 

_DISPLAY_TWOWAY_BLOCK_ Method

Submits the SAS/GRAPH PROC GCHART statements to produce the two-way block chart.

Syntax

 CALL SEND(OBJID,'_DISPLAY_TWOWAY_BLOCK_',statistic,analysis-variable,
                down-variable,across-variable,dsname,gif-device,subset-list);

Where... Is Type... And Contains...
statistic C Statistic to be graphed
analysis-variable C Analysis variable to be graphed
down-variable C Down variable to be graphed
across-variable C Across variable to be graphed
dsname C Data set name from _WRITE_ method
gif-device C Device driver name
subset-list N The initial subset list. This parameter is optional.

Contents MDDB Report Viewer Methods Previous Next