%ZEN.Datatype.csv
datatype class %ZEN.Datatype.csv extends %ZEN.Datatype.datatype
ODBC Type: VARCHAR
This datatype represents a string value containing one or more values seperated by commas.Parameters
parameter MAXLEN = 1000;
Inherited description: The maximum number of characters the string can contain.
parameter XMLPROJECTION = attribute;