Page History
1.4.7 "Compiling" RDML
To execute a LANSA function, the RDML code is translated into an High Level Language (HLL), which is then compiled into an executable program object. RDML is not an interpretive language. It creates a program object which is native to the execution environment so your application has optimum performance characteristics for that platform.
...