[SIC\]DEFINE CHARACTER Var1*N1[DIM1] [...] CHARACTER variables can be scalar or multi-dimensional. The length of CHARACTER variable is specified after an * after the name of the variable. The dimension field (same syntax as for other arrays) should follow the length declaration.