Hi No the errors are not the actually one, documented here. I have received the following reply from SAS. The fix came in at 9.4M3 ad above so is not available for M2. Existing modules can still be used in an LE environment by coding the *Z control argument. i.e.CALL MODULE('*Z','xxx',yyy,zzz); This control argument will not invoke IGZERRE since it is not supported in an LE environment. However, there could be a severe performance impact in not doing so. The V01044 provides a performant way of using CALL MODULE in an LE environment starting at M3. My suggestion would be to try the *Z control argument to determine if any performance impact is encountered. If the module is called only a few times then any impact will be minimal. If the module is called tens of thousands of times then the time to create the runtime environment on each call may be significant.
... View more