SAS Institute. The Power to Know

MDDB Report Viewer 9.2

space
Previous Page | Next Page

MDDB Report Viewer 9.2

_GET_ANALYSIS_VARS_ Method

Returns the available analysis variables from the metabase and builds the labels list

This method

  • calls the Metabase _GET_VARIABLES_ method

  • builds the list of analysis variable labels that is identified by the ANALLBLS_ instance variable.

Syntax

 CALL SEND(OBJID,'_GET_ANALYSIS_VARS_',metabase-id);
Where... Is Type... And Contains...
metabase-id N the metabase ID number.

Example

The following output is produced:

anallbls_=( 'Predicted Sales'
            'Actual Sales'
           )[563]

Previous Page | Next Page | Top of Page