| MDDB Report Viewer 9.2 |
CALL SEND(OBJID,'_OUTPUT_OPTIONS_FORM_',_url,message-id,graph-type,bar-shape);
| Where... | Is Type... | And Contains... |
|---|---|---|
| _url | C | the broker component of the URL |
| message-id | N | the ID of the message system |
| graph-type | C | the graph type |
| bar-shape | C | the graph bar shape. |
The following output is produced:
url='/cgi-bin/broker';
msgid=instance(loadclass('sashelp.fsp.astmsg.class'),1);
grphtype='VBAR';
barshape='HEXAGON';
call send(webid,'_OUTPUT_OPTIONS_FORM_',url,msgid,grphtype,barshape);
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.