_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);

Required Arguments

statistic
the statistic to graph.
Type:Character
analysis-variable
the analysis variable to graph.
Type:Character
down-variable
the down variable to graph.
Type:Character
across-variable
the across variable to graph.
Type:Character
dsname
the data set name from the _WRITE_ method.
Type:Character
gif-device
the device driver name.
Type:Character
subset-list
the initial subset list. This parameter is optional.
Type:Numeric