_BUILD_ANLSORTORDER_ Method
Updates the ANLSORTORDER sublist on the application
list that is used to specify an analysis/statistic column sort
Syntax
CALL SEND(OBJID,'_BUILD_ANLSORTORDER_',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.
Example
applist= makelist();
rc=fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist);
call send(webid,'_BUILD_ANLSORTORDER_',applist);