COBCH1620 2個の汎用パラメータが必要である

事前定義された DICTIONARY 型は、2 つの汎用パラメータで指定する必要があります。
次に例を示します。
class-id myClass

01 myDict1 DICTIONARY [string].		*> this is incorrect
01 myDict2 DICTIONARY [string string].  *> this is correct

...

end class.