_BUILD_STATSL_LIST_ Method

Builds the STATSL_ sublist on the application list

Syntax

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

Required Argument

application-list
the list ID of the application list. For more information about application lists, see the online Help for SAS/EIS software.
Type:Numeric

Details

This method
  • clears the statistics sublist on the application list
  • adds the selected statistics to the statistics sublist.

Example

applist= makelist();
rc= fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist);
call send(webid,'_BUILD_STATSL_LIST_',applist);
The following sublist is added to the application list:
statsl: ( SUM= 'SUM'
                      )[2445]