WI027: Length specification missing from Char, Varchar, Graphic, or, VarGraphic data type, line
line-number
.
Specify these types in the following format:
Restriction:
This topic applies to Windows environments only.
Character:
CH(
length
)
VarChar:
VC(
length
)
Graphic:
GR(
length
)
VarGraphic:
VG(
length
)
Example: TYPE = CH(100), VC(250), GR(45), VG(20);
Parent topic:
WI000 - WI049