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