%pkg.isc.changecontrol.dataType.SystemMode
datatype class %pkg.isc.changecontrol.dataType.SystemMode extends %Library.String
ODBC Type: VARCHAR
An IRIS System Mode. See SystemMode property in Config.Startup.Parameters
parameter MAXLEN = 32;
Match from Config.Startup
parameter VALUELIST = ,DEVELOPMENT,TEST,LIVE,FAILOVER;
Inherited description: Used for enumerated (multiple-choice) attributes.
VALUELIST is either a null string ("") or a delimiter
separated list (where the delimiter is the first character) of logical values.
If a non-null value is present, then the attribute is restricted to values
in the list, and the validation code simply checks to see if the value is in the list.