Contents MDDB Report Viewer Methods Previous Next
 

_BUILD_ANALYSIS_LIST_ Method

Builds the analysis sublist on the application list. This method

  • clears the analysis sublist on the application list.

  • adds the selected analysis variables to the analysis sublist.

Syntax

 CALL SEND(OBJID,'_BUILD_ANALYSIS_LIST_',application-list);

Where... Is Type... And Contains...
application-list N the list ID of the application list. For more information on application lists, see the online documentation for SAS/EIS software.

Example

applist= makelist();
rc= fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist);
call send(webid,'_BUILD_ANALYSIS_LIST_',applist);

The following sublist will be added to the application list:

Analysis:( ACTUAL= ()[1083]
          )[985]

Contents MDDB Report Viewer Methods Previous Next