SYS.DataCheck.SystemName
datatype class SYS.DataCheck.SystemName extends %Library.String
ODBC Type: VARCHAR
Parameters
parameter COLLATION = EXACT;
Inherited description: The default collation value used for this data type.
Note that if you specify a truncation length and also a VALUELIST then your truncation length must
be longer or equal to your longest VALUELIST value
parameter MAXLEN = 50;
Inherited description: The maximum number of characters the string can contain.
parameter MINLEN = 1;
Inherited description: The minimum number of characters the string can contain.