Methods Syntax Listed by Product

Base SAS

C D E F G I N P Q S T U W

Name
Syntax and Description
Command("sas-command")
Invokes a command as if it were entered from the SAS command line.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
CALL NOTIFY(OLE-object-name,'_COMPUTE_',in-OLE-method <,in-parm…,in-parm > ,out-value);
CALL SEND(OLE-object-id,'_COMPUTE_',in-OLE-method <,in-parm…,in-parm > ,out-value);
Invokes a method on an OLE automation object and returns a value.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
object.DEBUG ("message");
Logs a DEBUG message if the specified logger accepts DEBUG messages.
Product: Base SAS
Document: SAS 9.3 Logging: Configuration and Programming Reference
CALL NOTIFY(OLE-object-name,'_DISABLE_DEFAULT_ACTION_');
Disables the OLE object's default action.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
CALL NOTIFY(OLE-object-name,'_DO_',in-OLE-method <,in-parm…,in-parm > );
CALL SEND(OLE-object-id,'_DO_',in-OLE-method <, in-parm…,in-parm > );
Invokes a method on an OLE automation object with no return value.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
CALL NOTIFY(OLE-object-name,'_ENABLE_DEFAULT_ACTION_');
Enables the OLE object's default action.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
object.ERROR ("message");
Logs an ERROR message if the specified logger accepts ERROR messages.
Product: Base SAS
Document: SAS 9.3 Logging: Configuration and Programming Reference
CALL NOTIFY(OLE-object-name,'_EXECUTE_',in-verb <,in-verbin-verb > );
Executes an OLE verb for the object.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
object.FATAL ("message");
Logs a FATAL message if the specified logger accepts FATAL messages.
Product: Base SAS
Document: SAS 9.3 Logging: Configuration and Programming Reference
CALL NOTIFY(OLE-object-name,'_GET_EVENT_',out-event);
Returns the name of the last OLE control event received.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
CALL NOTIFY(OLE-object-name,'_GET_PROPERTY_',in-OLE-property,out-property-value);
CALL SEND(OLE-object-id,'_GET_PROPERTY_',in-OLE-property,out-property-value);
Returns the value of a property of an automation object.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
CALL NOTIFY(OLE-object-name,'_GET_REFERENCE_ID_',out-refid);
CALL SEND(OLE-object-id,'_GET_REFERENCE_ID_',out-refid);
Returns a reference identifier for use with any automation object method that requires an automation object as one of its parameters.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
CALL NOTIFY(OLE-object-name,'_GET_TYPE_',out-type);
Returns the object's type.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
CALL NOTIFY(OLE-object-name,'_IN_ERROR_',error-status <,error-msg > );
CALL SEND(OLE-object-id,'_IN_ERROR_',error-status <,error-msg > );
Returns an object's ERROR status.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
object.INFO ("message");
Logs an INFO message if the specified logger accepts INFO messages.
Product: Base SAS
Document: SAS 9.3 Logging: Configuration and Programming Reference
CALL SEND(OLE-instance,'_NEW_',new-OLE-id,init-arg,OLE-auto-app);
Creates a new instance of an OLE automation server.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
Specifies various properties of the SAS automation object.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
QueryWindow("window-name")
Queries whether a specified window exists within the SAS session.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
Quit
Ends the SAS session.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
CALL NOTIFY(OLE-object-name,'_SET_PROPERTY_',in-OLE-property,in-value);
CALL SEND(OLE-object-id,'_SET_PROPERTY_',in-OLE-property,in-value);
Assigns a value to a property of an automation object.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
Submit("SAS-program-code")
Submits DATA step or procedure code for processing.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
Top
Brings the SAS session to the foreground.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
object.TRACE ("message");
Logs a TRACE message if the specified logger accepts TRACE messages.
Product: Base SAS
Document: SAS 9.3 Logging: Configuration and Programming Reference
CALL NOTIFY(OLE-object-name,'_UPDATE_'<,in-hservice > );
Updates the object based on its current contents or on the contents of a different HSERVICE entry.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
object.WARN ("message");
Logs a WARN message if the specified logger accepts WARN messages.
Product: Base SAS
Document: SAS 9.3 Logging: Configuration and Programming Reference

SAS Integration Technologies

A C D M O S

Name
Syntax and Description
_ADD( entryName , entry );
Adds a new entry to an LDAP directory
Product: SAS Integration Technologies
Document: SAS 9.3 Integration Technologies: Directory Services Reference
_CLOSE
Closes the connection to the LDAP server
Product: SAS Integration Technologies
Document: SAS 9.3 Integration Technologies: Directory Services Reference
_DELETE( entryName );
Deletes an entry in an LDAP directory
Product: SAS Integration Technologies
Document: SAS 9.3 Integration Technologies: Directory Services Reference
_MODIFY( entryName , attrs );
Modifies an LDAP directory entry
Product: SAS Integration Technologies
Document: SAS 9.3 Integration Technologies: Directory Services Reference
_OPEN( ldapServerName , port , base , bindDN , password <, session_options > );
Opens a connection to an LDAP server
Product: SAS Integration Technologies
Document: SAS 9.3 Integration Technologies: Directory Services Reference
_SEARCH( filter , attribs , results );
Searches and retrieves information from an LDAP directory
Product: SAS Integration Technologies
Document: SAS 9.3 Integration Technologies: Directory Services Reference
_SETOPTIONS( timeLimit , sizeLimit , base , referral , restart , property , propertyValue );
Sets options on an open LDAP server session
Product: SAS Integration Technologies
Document: SAS 9.3 Integration Technologies: Directory Services Reference

SAS/IntrNet

B C D G O P S U

Name
Syntax and Description
CALL SEND(OBJID,'_BUILD_ACROSSL_LIST_',application-list,across-variable);
Builds the across list (variables in the across dimension) on the application list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_BUILD_ANALYSIS_LIST_',application-list);
Builds the analysis sublist on the application list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_BUILD_ANLSORTORDER_',application-list);
Updates the ANLSORTORDER sublist on the application list that is used to specify an analysis/statistic column sort
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_BUILD_APPLICATION_LIST_',application-list,metabase-id,
catalog-entry,down-variable,across-variable);
Builds the application list for the data model
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_BUILD_CURRENT_SUBSETS_',application-list,metabase-id);
Updates the saved_l sublist on the application list to define the specified filters
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_BUILD_DOWNL_LIST_',application-list,down-variable);
Builds the DOWNL sublist on the application list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_BUILD_STATSL_LIST_',application-list);
Builds the STATSL_ sublist on the application list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_BUILD_TOTAL_',application-list,metabase-id,total-variable);
Builds the TOTALS sublist on the application list to turn report totals on
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_BUILD_URL_ONSUBMIT_',url);
Outputs the geturl JavaScript function on the Dimensions page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_BUILD_WHERE_FORMAT_STRING_',metabase-id,variable-name,
in-data-value,out-data-value);
Builds a portion of the WHERE clause that provides the reach-through to detail data, including the variable format
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_CHECK_HIER_MEMBER_',metabase-id,error-flag, hierarchy-var,
member-var,message);
Checks to make sure that one dimension variable () is not a member of the hierarchy chosen for the other dimension variable ()
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_CLOSE_FORM_',initial-url,service-name, metabase-name,
background-type,background-value, title,webeis-class);
Outputs the closing variable selection form tags
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_CLOSE_PAGE_');
Outputs the </TABLE>, </BODY>, and </HTML> tags
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_CLOSE_STATIC_FORM_');
Outputs the button and the closing </TABLE>, </FORM>, </BODY>, and </HTML> tags for the initial HTML page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_CREATE_STAT_ARRAYS_');
Outputs the stats JavaScript function and the associated statistics JavaScript arrays on the Dimensions page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_ACROSS_CELLS_',column-list,actions-list, view-report-flag,
analysis-variable,statistic-variable, across-variable,url,argument-string,argument-string2,
initial-url,background-type,background-value,title, webeis-class,dlflag,service);
Displays the values for the across dimension
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_ANALYSIS_VARS_',column-list,dlflag);
Outputs the chosen analysis variables to the report table
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_TITLE_',dlflag);
Displays the user-specified title
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_DOWNVAR_CELL_',row-list,vrflag, analysis-variable,
statistic-variable,down-variable, across-variable,_url,_argument-string,_argument-string2,
initial-url,service-name,url,background-type, background-value,title,webeis-class,dlflag);
Displays the down dimension
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_ERROR_',error-message);
Displays an error message on dynamic pages
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_ONEWAY_',dlflag);
Calls methods to produce one-way tabular reports
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_ONEWAY_BLOCK_',statistic,analysis-variable,
down-variable,dsname,gif-device);
Submits the PROC GCHART statements to produce the one-way block chart
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_ONEWAY_HBAR_',statistic,analysis-variable,
down-variable,dsname,gif-device);
Submits the PROC GCHART statement to produce the one-way horizontal bar chart
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_ONEWAY_PIE_',statistic,analysis-variable,
down-variable,dsname,gif-device);
Submits the PROC GCHART statement to produce the one-way pie chart
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_ONEWAY_VBAR_',statistic,analysis-variable,
down-variable,dsname,gif-device);
Submits the PROC GCHART statement to produce the one-way vertical bar chart
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_STATISTIC_VARS_',column-list,analysis-variable, _url,
_argument-string,_argument-string2,initial-url,URL, service,background-type,
background-value,title,webcls,dlflag,rowlist);
Outputs the selected statistics to the report table
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_SUBSET_TITLE_',dlflag);
Displays the applied subsets in a title
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_TITLE_',srchchar,titlemsg,varname,dlflag);
Displays the drill titles above the tabular report
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_TWOWAY_',dlflag);
Calls the methods to display the two-way report
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_TWOWAY_BLOCK_',statistic,analysis-variable,
down-variable,across-variable,dsname,gif-device,subset-list);
Submits the SAS/GRAPH PROC GCHART statements to produce the two-way block chart
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_TWOWAY_HBAR_',statistic,analysis-variable,
down-variable,across-variable,dsname,gif-device,subset-list);
Submits the SAS/GRAPH PROC GCHART statements to produce the two-way horizontal bar chart
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_TWOWAY_VBAR_',stat,var,down,across, dsname,gifdev,
subset-list);
Submits the SAS/GRAPH PROC GCHART statements to produce the two-way vertical bar chart
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_VALUES_',row-list,column-list, actions-list,metabase-id,
viewreport-flag,_url,_argument-string, _argument-string2,initial-url,analysis-variable,
statistic-variable, across-variable,background-type,background-value,title,webcls,dlflag);
Outputs the numerical values to the report table
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
Sets the drill-down values
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_ANALYSIS_VAR_NAME_',label,varlist,name);
Returns the name of the analysis variable that is identified by the label
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_ANALYSIS_VARS_',metabase-id);
Returns the available analysis variables from the metabase and builds the labels list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_AVAILABLE_STATS_',metabase-id);
Gets the available statistics from the metabase
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_DATA_MODEL_NAME_',model-name);
Returns the data model name from the DMODEL_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_DOWNVAR_LIST_',metabase-id);
Builds the down variable list and the dimensions label list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_EMDDBMID_',id);
Returns the ID of the data model from the EMDDBMID_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_GRAPH_VALUES_');
Gets the numeric values for the 3-D clickable graph
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_MDDB_NAME_',mddb);
Returns the MDDB name from the MDDB_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_MESSAGE_ID_',msgid);
Returns the ID of the message class from the DMODEL_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_METABASE_NAME_',metabase);
Returns the metabase name from the METABASE_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_OUTPUT_FILE_ID_',fileid);
Returns the output file ID from the HTMLFILE_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_RANGE_COLOR_',color,range-list,num);
Returns the display color that is defined in the RANGE entry for a numeric value
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_STATDESC_',statdesc);
Returns the ID of the statistics description list from the STATDESC_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_SUBSET_FLAG_',flagval);
Returns the value of the SUBSET_FLAG_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_GET_USEHOLAP_',useholap);
Returns the value of the HOLAP flag from the USEHOLAP_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OPEN_DYNAMIC_FILE_');
Opens the _WEBOUT file for dynamic writing
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OPEN_FORM_',url,form-name,form-target);
Outputs the <FORM> tag for the dynamic HTML pages
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OPEN_ONEWAY_',dlflag);
Opens the one-way report table
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OPEN_STATIC_FILE_',indxfile,msgdest,rc);
Opens a file in which static HTML is written
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OPEN_TABLE_',brdrvalue,table-width, border-color-dark,
border-color-light,background-color, cell-padding, cell-spacing css-class);
Outputs the <TABLE> tag for the dynamic HTML pages
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OPEN_TWOWAY_',column-list,viewreport-flag, _url,_argument-string,
_argument-string2, _argument-string3,initial-url,url,service, analysis-variable,
statistic-variable,across-variable, background-type,background-value,webeis-class,dlflag);
Opens the two-way report table
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OPEN_WEBOUT_FOR_SPDSHT_');
Opens the _WEBOUT file in output mode for the spreadsheet
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_ACROSS_LIST_',across-variable);
Outputs a label and HTML tags for a selection list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,"_OUTPUT_ADDTL_CLSVAL_PARMS_');
Adds additional URL parameters to the JavaScript function
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_ADDTL_RT_PARMS_');
Adds additional URL parameters to the reach-through links
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_ADDTOFAV_FUNCTION_');
Outputs the addtofav JavaScript function on the Toolbar page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_ALL_URL_ITEMS_',service-name,next-program);
Outputs the parameters for the getUrl JavaScript function that builds the URL for the report request
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_ANAL_LIST_');
Outputs a label and HTML tags for a selection list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_ANAL_SELECT_',tblflag,selvar);
Outputs the <SELECT> tag and OPTIONS for the Analysis variable list box
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_ARROW_FUNCTIONS_');
Outputs the moveall and movesel JavaScript functions on the Dimensions page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_BAR_SHAPE_LIST_',bar-shape,vier-report-flag);
Outputs the graph bar shape option on the Options page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_BOOKMARK_BUTTON_');
Outputs the Bookmark button on the toolbar when Access Control is enabled
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_BOOKMARK_URL_',vrflag,url, service-name,analysis-variable,
statistic,down-variable,graph-type, background-type,background-value,title, webeis-class);
Outputs the bookmarkURL JavaScript string on the Report page for the button URL
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_CLASSVAL_URL_FN_', service-name, analysis-variable,
statistic, across-variable,by-type, webcls, by-value, URL, title, vrflag);
Outputs the CLSVAL JavaScript function on the Report page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_CLICKABLE_GRAPH_',url, service-name,graph-type,
analysis-variable, statistic,down-variable, across-variable, webcls, bg-type, bg-value,
bar-shape);
Outputs the <APPLET> tag for the 3-D clickable graph
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_CONTENT_HEADER_');
Outputs the "text/html" content-type header
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_CSV_CONTENT_HEADER_');
Outputs the content-type header for the CSV form
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_DEBUG_LIST_');
Outputs a default debug value selection list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_DEFLT_TITLE_OPTION_');
Outputs a text input field to specify a default title
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_DIMBTN_URL_FN_',url);
Outputs the dimbtnurl JavaScript function in the Dimensions and Options toolbar page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_DIMENSIONS_BUTTON_');
Outputs the <A> and <IMAGE> tags for the button on the Layout toolbar page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_DOWN_LIST_',down-variable,url);
Outputs a label and HTML tags for a selection list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_DP_TITLE_OPTION_');
Outputs radio buttons for the Show Drillpath option in the Table list box
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_DS2HTM_HTML_',dataset-name, background,url,
service-name, dataset-member, next-program-library,next-program-catalog,next-program,
debug-value,where-clause);
Outputs the HTML for the reach-through to the detail data page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND (OBJID,'_OUTPUT_DS2HTM_ST_',dataset-name, variable-string,startat,
number-of-rows, total-rows);
Outputs the DS2HTM statement to generate the detail data table
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_DYNAMIC_HIDDEN_FLDS_',metabase, background-value,
background-type,service, debug,title,webeis-class);
Outputs the necessary hidden fields for the initial dynamic HTML page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_EMPTY_CELL_',spannum,dlflag,cssclass);
Outputs an empty cell in the HTML table
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_EMPTY_SERVICE_LIST_');
Outputs an empty service list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_GRAPH_DIMS_OPTION_');
Outputs text fields for specifying the graph's width and height
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_GRAPH_INSTR_');
Outputs the Change Graph Type instructions and the button
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_GRAPH_LIST_',grphtype,vrflag);
Outputs the list of graph types
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_GRAPH_LOC_OPTION_');
Outputs a selection list for the Graph Location option
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_GRAPH_OPTION_',grtype,grmsg,groption);
Outputs an OPTION tag for the Graph Type selection list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_GRAPH_SOURCE_OPTION_');
Outputs radio buttons for the Graph Source option
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_GRAPH_TABLE_DISP_');
Outputs the check boxes on the Options page for the Display Table and Display Graph options
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_HDR_',url,background-type,background-value);
Outputs the opening tags for the Report Layout page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_HELP_BUTTON_';);
Outputs the button on the toolbar
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_HIDDEN_FIELDS_',across-variable, statistic-variable,
analysis-variable,initial-url, service,bgtype,bg,title, webcls);
Outputs the HTML hidden fields on the tabular report that are necessary for processing the next user action
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_HIDDEN_VARS_');
Outputs the filter variables, analysis variables, and statistics as HTML hidden fields for the filter form
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_HTML_AFTER_BODY_');
Enables users to add HTML tags to the Report page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_HTML_BEF_CLOSE_BODY_');
Enables users to add HTML tags to the end of the Report page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_HTML_FORM_HEADER_',title,cgi, background-value,
background-type);
Outputs the opening tags for the static HTML page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_LAYOUT_BUTTON_');
Outputs the button on the toolbar to enable users to return to the Variable Selection page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_LAYOUT_FRAME_',url,service-name, background-type,
graph-type,background-value, analysis-variable,statistic,down-variable, across-variable);
Outputs the <FRAME> tag for the Dimensions page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_LAYOUT_TOOLBAR_');
Outputs the and buttons on the Layout toolbar page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_LOGOUT_BUTTON_');
Outputs the button on the toolbar when access control is enabled
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_MAIN_TOOLBAR_FRAME_',url,service-name,
background-type, graph-type, background-value, analysis-variable,statistic,down-variable,
across-variable);
Outputs the <FRAME> tag for the toolbar on the Dimensions and Options page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_MDDB_LIST_',mddblist,mddb);
Outputs the list of MDDBs
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_NUMROWS_LINKS_');
Outputs the hypertext links beneath a report that enable paging through selected rows in the report
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_NUMROWS_OPTION_');
Outputs the radio buttons to select the number of rows in the report table to display
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_OPTBTN_URL_FN_',url);
Outputs the optbtnurl JavaScript function in the Dimensions and Options toolbar page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_OPTIONS_BUTTON_');
Outputs the <A> and <IMAGE> tags for the button on the Layout toolbar page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_OPTIONS_FORM_',_url,message-id,graph-type,bar-shape);
Outputs the HTML <FORM> tag for the Options page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_REACHTHRU_LINK_,mbid,rowlist,rowndx, collist,colndx,curlist);
Outputs the hypertext link for the numeric data in the report to enable reach-through to the detail data
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_REACHTHRU_URL_FN_,service,nextpgm,dataset,bgtype,bg,url);
Outputs the RTURL Javascript function that builds the reach-through to detail URLs
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_REPORT_FRAME_',url,service,bgtype,grphtype,bg,grphvar,
grphstat,grphdown,grphacr,debug);
Outputs the <FRAME> tag to create the frame in which the report is displayed
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_REPORT_RADIO_BTNS_');
Outputs the Report Selection radio buttons
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_REPORT_TYPE_SELECT_',rpttype);
Outputs the Report type selection list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_ROTATE_BUTTON_',viewreport-flag,url, service,initial-url,
across-variable,down-variable, analysis-variable,statistic-variable,down-variable,
graph-type,background-type,background-value,title, webeis-class,hideflag);
Outputs the button for the two-dimensional report
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_ROTATE_URL_',vrflag,url,service-name, analysis-variable,
statistic,down-variable,graph-type, background-type,background-value,title,webeis-class);
Outputs the rotateURL JavaScript string on the Report page for the button URL
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_SETURL_FUNCTION_');
Outputs the seturl JavaScript function in the toolbar page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_SPREADSHEET_BUTTON_',vrflag,url, service,grphvar,
grphstat,grphdown,grphtype, bgtype,bg,title,webcls);
Outputs the button as an image
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_SPREADSHEET_URL_',vrflag,url,service-name,
analysis-variable,statistic,down-variable,graph-type, background-type,background-value,title,
webeis-class);
Outputs the URL for the button as a JavaScript text string on the Report page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_STANDARD_GRAPH_',url,service, graph-type,
analysis-variable,statistic-variable, down-variable,across-variable,webcls);
Outputs the URL that drives the standard GIF Graph request
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_STAT_BOXES_');
Outputs the Select Column and the Available and Selected list boxes for selecting statistics based on the analysis variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_STAT_LIST_');
Outputs a list of available statistics
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_STATIC_HIDDEN_FLDS_',metabase,background-type,
background-value,webeis-class);
Outputs the necessary hidden fields for the initial static HTML page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_SUBSET_DIMS_OPTION_');
Outputs text input fields for the width and height of the subset list box
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_SUBSET_LOC_OPTION_');
Outputs a selection list for the Location option in the Filter Listboxes list
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_SUBSET_SELECTIONS_',subloc);
Outputs the subset selection lists
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_SUBSETS_');
Outputs the list of character variables for subsetting
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_TABLE_DISP_OPTION_');
Outputs radio buttons for the Display Table option
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_TABLE_OPTIONS_');
Outputs the check boxes on the Options page for the Row Totals, Column Totals, and Drillpaths options
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_TOOLBAR_',vrflag,url, service,grphvar,grphstat,
grphdown,grphtype,bgtype,bg, title,webcls,tbloc);
Outputs the <FRAME> tag to create the frame in which the report is displayed
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_TOOLBAR_FRAME_',url,service,bgtype,grphtype, bg,
grphvar,grphstat,grphdown,grphacr);
Outputs the FRAME tag for the toolbar frame
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_TOTALS_OPTIONS_');
Outputs check boxes for the Show Totals option for the down and across variables
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_UPDATE_CLEAR_');
Outputs the addstatanal and remstatanal JavaScript functions on the Dimensions page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_URL_OPTIONS_',noexp);
Outputs the viewer options, filter variables and selections, and expand information for a viewer URL
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_VAR_FUNCTIONS_');
Outputs JavaScript functions for ordering variable selections
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_VARIABLE_SEL_FORM_',url,msgid,vrflag, grphtype);
Outputs the HTML table elements to arrange the Variable Selection page and calls the methods that output the variable and options HTML elements
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_VARLIST_FORM_',dataset-name,url, htmlfile-id,message-id,
dataset-id,service-name, debug-value,next-program,background-type, background-value);
Outputs the HTML for the reach-through to the detail variable selection page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_VARLIST_FUNCTIONS_',dataset-id,htmlfile-id);
Outputs the var_order, resetfields, and pickall JavaScript functions on the reach-through variable selection page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_VARLIST_HTML_',dataset-id,htmlfile-id, message-id,
dataset-name,url,service-name, debug-value,next-program,background-type,
background-value);
Outputs the HTML for the reach-through to the detail variable selection page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_VIEWRPT2_BUTTON_');
Outputs the button on the page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_OUTPUT_VIEWRPT_BUTTON_');
Outputs the button
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_POST_DISPLAY_OPTIONS_',< parmlist >);
Specifies additional options on the Layout page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_PRE_DISPLAY_OPTIONS_',< parmlist >);
Specifies additional options on the Layout page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_PRINT_A_BLANK_');
Prints the character code to fill an empty cell
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SET_ACROSS_TOTAL_FLAG_',ttlflag);
Sets the atotal_ instance variable to activate across totals
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SET_DOWN_TOTAL_FLAG_',ttlflag);
Sets the dtotal_ instance variable to activate down totals
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SET_DRILL_LEVELS_',application-list);
Updates the SAVED_L sublist on the application list to set the drill-down values
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SET_EMDDBMID_',id);
Sets the EMDDBMID_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SET_EXPAND_FLAG_',rowlist,actionsl);
Sets the expflag_ instance variable that indicates whether values can be expanded
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SET_HIERL_LIST_',listid);
Sets the hierl_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SET_SUBSET_BY_LIST_');
Builds the subset_by_ list from the filter value selections
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SET_SUBSET_FLAG_',flagval);
Sets the value of the SUBSET_FLAG_ instance variable
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SET_SUBSETS_LIST_',varnum);
Defines the subsets to be used
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_DISPLAY_GRAPH_',url,service,_argument-string, _argument-sring2,
graph-type,analysis-variable, statistic-variable,down-variable,across-variable, webcls);
Sets the graphing variables and calls a graphing method
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SUBMIT_GOPTIONS_',gifdev);
Submits the SAS/GRAPH GOPTIONS statement for the standard GIF graph
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SUBMIT_GRAPH_PATTERN_');
Submits the SAS/GRAPH PATTERN statements for the standard GIF graphs
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_SUBMIT_GRAPH_TITLE_',stat,var);
Submits the SAS/GRAPH TITLE statement for the standard GIF graph
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3
CALL SEND(OBJID,'_UPDATE_STATS_LIST_');
Outputs the updatestatslist JavaScript function on the Dimensions page
Product: SAS/IntrNet
Document: MDDB Report Viewer 9.3