SAS.GetIMLPlusVersion

Prototypes

static int GetIMLPlusVersion()

Return Value

The return value is an integer that contains the version number of the IMLPlus software within the SAS server. The base ten representation of the return value is aabbccdd, where aa is the major version number, bb is the minor version number, cc is always 00, and dd is the revision number.

Remarks

This method returns the version number of the IMLPlus software within the SAS server. Depending on your software setup, it is possible for the IMLPlus software within the SAS server to have a different version number from IML Studio. To obtain the version number of IML Studio, call the method Runtime.GetIMLStudioVersion.

Example
print (SAS.GetIMLPlusVersion());
See Also

Runtime.GetIMLStudioVersion
SAS.GetVersion