_DISPLAY_ONEWAY_PIE_ Method

Submits the PROC GCHART statement to produce the one-way pie chart

Syntax

CALL SEND(OBJID,'_DISPLAY_ONEWAY_PIE_',statistic,analysis-variable,
down-variable,dsname,gif-device);

Required Arguments

statistic
the statistic to graph.
Type:Character
analysis-variable
the analysis variable to graph.
Type:Character
down-variable
the down dimension variable to graph.
Type:Character
dsname
the data set name from the _WRITE_ method.
Type:Character
gif-device
the device driver name.
Type:Character