COBCH1651 作用対象は定数値でなければならない

定数が必要な際に、定数でない式が指定されました。

次の例では、属性指定内のパラメータは変数フィールド s ではなく、定数にする必要があります。

$set ilusing"System.Xml.Serialization"

class-id. myClass.
01 s string.
01 i binary-long attribute XmlAttribute(s).
end class.