space
Previous Page | Next Page

MDDB Report Viewer 9.2

_BUILD_CURRENT_SUBSETS_ Method

Updates the saved_l sublist on the application list to define the specified filters.

This method

Syntax

 CALL SEND(OBJID,'_BUILD_CURRENT_SUBSETS_',application-list,metabase-id);
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.
metabase-id N the ID number of the metabase

Example

applist= makelist();
rc=fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist);
mbid=instance(loadclass('SASHELP.MB.METABASE.CLASS'));
call send(webid,'_BUILD_CURRENT_SUBSETS_',applist,mbid); 

Previous Page | Next Page | Top of Page