Hello,

I would like to know if it is possible to assign a constant value to a field
that is not a SET or a SEQUENCE.
For instance, I want to assign to Constant1 the value "0" and to Constant5
the value "00033" :

AFormat  DEFINITIONS ::=
  BEGIN

        Constant1     ::= OCTET STRING "0"              SIZE(1 BYTES)
        Constant5     ::= OCTET STRING LA BC="0" "33"              SIZE(5
BYTES)
....

Thank you in advance for your help,
David Gani

Reply via email to