Skip to main content

Problem:

Is it possible to use the CALL-BY-NAME and CALL-BY-NUMBER routines within a multi-threaded application?

Resolution:

Yes, these routines are all thread safe and can be used within your code.

Old KB# 1397