space
Previous Page | Next Page

MDDB Report Viewer 9.2

_BUILD_STATSL_LIST_ Method

Builds the STATSL_ sublist on the application list

This method

Syntax

 CALL SEND(OBJID,'_BUILD_STATSL_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 Help for SAS/EIS software.

Example

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

The following sublist will be added to the application list:

statsl: ( SUM= 'SUM'
         )[2445]

Previous Page | Next Page | Top of Page