_BUILD_ACROSSL_LIST_ Method

Builds the across list (variables in the across dimension) on the application list

Syntax

CALL SEND(OBJID,'_BUILD_ACROSSL_LIST_',application-list,across-variable);

Required Arguments

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
across-variable
the variable that is selected for the across dimension (optional and no longer used).
Type:Character

Details

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

Example

acrosvar='Product Line';
rc=insertc(acrvars_,acrosvar,-1);
applist=makelist();
rc=fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist);
call send(webid,'_BUILD_ACROSSL_LIST_',applist);
The following sublist is added to the application list:
Across:( PRODUCT LINE= ( HIERARCH= 'Product Line'
                                     )[1081]
                     )[989]