Class SAS

The SAS class represents the SAS server on which an IMLPlus program runs. Unlike other IMLPlus classes such as ScatterPlot, the SAS class provides only static methods that implicitly reference the SAS server on which the IMLPlus program is running. The methods of the SAS class are

EnsureVersion
Ensures the SAS server meets a specified version number requirement.

GetIMLPlusVersion
Gets the version number of the IMLPlus software within the SAS server.

GetVersion
Gets the version number of the SAS server.

IsVersionOrLater
Determines whether the version number of the SAS server is greater than or equal to a specified version number.

SubmitCatalogEntry
Submits a source entry in a SAS catalog to the SAS server for execution.

SubmitFile
Submits the statements contained in a text file to the SAS server for execution.

SubmitStatements
Submits SAS language statements to the SAS server for execution.