ILDYNCALL

Specifies that CALL literal statements are resolved at run time rather than being resolved at compile time.

Syntax:
>>-.----.---ILDYNCALL---------><
   |    |        
   +-NO-+ 

Parameters:

None

Properties:
Default: NOILDYNCALL
IDE equivalent: None. You can specify ILDYNCALL as an additional Compiler directive under Project > Properties >Configuration Properties > COBOL
Comments:

When ILDYNCALL is specified, all calls in the assembly are resolved at run time. This enables you to use an alias for an entry point in a call, using the entry point mapper.

If you do not need to map any entry points to alises, avoid using this directive.

See Also: