Previous Page | Next Page

The OLAPOPERATE Procedure

The OLAPOPERATE Procedure

The OLAPOPERATE procedure enables users to manage an OLAP server, its cubes, its sessions, and their queries. It is intended as a batch interface for many of the functions provided in the OLAP Server Monitor plug-in for SAS Management Console. More specifically, you can use PROC OLAPOPERATE to connect to an OLAP server and do the following:

You can establish a connection to a running SAS OLAP Server by providing connection information on the PROC OLAPOPERATE statement or by running the CONNECT statement. All other OLAPOPERATE statements require a connection to an OLAP server. Once you have connected, all subsequent statements apply to that server until a DISCONNECT or STOP SERVER statement is executed.

If a connection is made to a secured OLAP server, you must have administrative privileges defined with your login information in the metadata in order to execute these tasks. The OLAPOPERATE procedure is an interactive procedure and its statements are executed as they are encountered. The OLAPOPERATE procedure is terminated by a QUIT or a RUN statement. For example, you can list sessions for a server and then close certain sessions based on the output of the LIST SESSIONS statement, without having to reinvoke the procedure (and reconnect to the OLAP server).

The OLAPOPERATE procedure can be used on 9.1 and 9.2 OLAP servers. For 9.1 OLAP servers, some of the statements are not available.

Previous Page | Next Page | Top of Page