- What is the suggested approach to migrate the
@CAL
and @CAU
commands?
@CAL
and @CAU
commands?The functionality of @CAL
may be attained using a combination
of record projection, record traversal with the visitor pattern
and custom formulas that support aggregate functions like
VSUM
and VMAX
.
One of the challenges in migrating MAPPER applications
is that commands like @CAL
, @CAU
,
@ART
, @CHG
,
@DC
and @SC
employ a specific syntax when invoked
from a MAPPER RUN, but also use their own internal directives, expressions, terms and verbs.
MJ supports parsing of @CAL
,
@ART
,
@CHG
and
@DC
equations and
@SC
directives.