_OUTPUT_MAIN_TOOLBAR_FRAME_ Method

Outputs the <FRAME> tag for the toolbar on the Dimensions and Options page

Syntax

CALL SEND(OBJID,'_OUTPUT_MAIN_TOOLBAR_FRAME_',url,service-name,
background-type, graph-type, background-value, analysis-variable,statistic,down-variable,
across-variable);

Required Arguments

url
the Application Broker component of the URL.
Type:Character
service-name
the Application Broker service value.
Type:Character
background-type
the background type (IMAGE or COLOR). This parameter is optional.
Type:Character
graph-type
the graph type (BLOCK, HBAR, PIE, PLOT, or VBAR).
Type:Character
background-value
the background value. This parameter is optional.
Type:Character
analysis-variable
the analysis variable to graph.
Type:Character
statistic
the statistic to graph.
Type:Character
down-variable
the down variable to graph.
Type:Character
across-variable
the across variable to graph.
Type:Character

Example

url='/cgi-bin/broker';
service='default';
grphvar='ACTUAL';
grphstat='SUM';
grphdown='COUNTRY';
grphacr='YEAR';
grphtype='VBAR';
bgtype='COLOR';
bg='YELLOW';
call send(_self_,'_OUTPUT_MAIN_TOOLBAR_FRAME_',url,service,bgtype,grphtype,bg,grphvar,
          grphstat,grphdown,grphacr);
The following output is produced:
<FRAME NAME="header" SRC="/cgi-bin/broker?_program=sashelp.webeis.header.scl
          &_service=default&_debug=0&mrvdebug=2&mddb=SASHELP.PRDMDDB
          &metabase=SASHELP&D=COUNTRY&AC=YEAR&A=ACTUAL
             &A1S1=SUM&GRT=VBAR&BGTYPE=COLOR&BG=YELLOW
          &GV=ACTUAL&GS=SUM&GD=COUNTRY&GA=YEAR&DC=1
             &ACB=1" SCROLLING="NO">