Occasionally the compiler doesn't like this piece of code. I then recompile it and the error goes away.
method-id SetEmailPriority public
procedure division using by value mailPriority as type MailPriority = type MailPriority::Normal.
set self::EmailPriority to mailPriority.
end method.
#VisualCOBOL



