Returns the major.minor version number of the Caché compiler.
The system can only execute object code compiled with the same
major version number. It can execute object code compiled with any
minor version number that is less than or equal to the current
minor version.
Returns a list of components used by the %Version class. (Deprecated)
classmethod GetISCComponentVersion(Product As %Integer = 0, Component As %String = "") as %String
Returns the ISC Product component's installed version string.
Product: Cache = 1, Ensemble = 2, HealthShare = 3
At this time, Caché and Ensemble do not have components, so this method does not return anything for these products.
classmethod GetISCComponentVersionList(Product As %Integer = 0) as %List
Return a %List of Component:Version for all components of ISC Product.
At this time, Caché and Ensemble do not have components, so this method does not return anything for these products.
classmethod GetISCComponents(Product As %Integer = 0) as %List
Returns the installed components for the ISC Product as a %List.
Product: Cache = 1, Ensemble = 2, HealthShare = 3
At this time, Caché and Ensemble do not have components, so this method does not return anything for these products.
Returns a boolean value which tells if the
product server is a UNICODE system.
classmethod ListISCComponents(Product As %Integer = 0)
Displays all Components for the ISC Product to the current I/O Device.
Product: Cache = 1, Ensemble = 2, HealthShare = 3
At this time, Caché and Ensemble do not have components, so this method does not return anything for these products.
classmethod ListISCComponentsVersions(Product As %Integer = 0)
Displays all Components:Version for the ISC Product to the current I/O Device.
Product: Cache = 1, Ensemble = 2, HealthShare = 3
At this time, Caché and Ensemble do not have components, so this method does not return anything for these products.
Returns the SystemMode set by the System Management Portal.
The SystemMode is displayed in the Title of the System
Management Portal web page. Currently, SystemMode string
values supported by the System Management Portal are:
"LIVE", "TEST", "DEVELOPMENT" and "FAILOVER".
Returns empty string when a SystemMode has not been set.