%pkg.isc.changecontrol.dataType.CCRToken
datatype class %pkg.isc.changecontrol.dataType.CCRToken extends %Library.String
ODBC Type: VARCHAR
Token received from CCR Server (open the CCR, click 'Generate Token'). Tokens are always 10 characters long.Parameters
parameter MAXLEN = 10;
Inherited description: The maximum number of characters the string can contain.
parameter MINLEN = 10;
Inherited description: The minimum number of characters the string can contain.