HS.HC.DataType.ServerOS
datatype class HS.HC.DataType.ServerOS extends %Library.String
ODBC Type: VARCHAR
Base class to define data type of server osParameters
parameter MAXLEN = 32;
Overriding MAXLEN: MAXLEN of 32 should be sufficient for all the OS in the market.
parameter VALUELIST = ,UNIX,WINDOWS;
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.