The OLAPOPERATE Procedure |
You can close an OLAP session using the CLOSE SESSION statement.
CLOSE SESSION id|_ALL_; |
The id is the unique session identifier returned from the LIST SESSIONS statement. The session will be closed on the server. If the _ALL_ keyword is specified, then all open sessions are closed. Any queries that are running for an OLAP session will be cancelled when that session is closed.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.