Runtime.GetIMLStudioVersion

Prototypes

static int GetIMLStudioVersion()

Return Value

The return value is an integer that contains the version number of IML Studio. 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 IML Studio. 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 the IMLPlus software within the SAS server, call the method SAS.GetIMLPlusVersion.

Example
print (Runtime.GetIMLStudioVersion());
See Also

SAS.GetIMLPlusVersion
SAS.GetVersion