Skip to main content
Question

.NET COBOL external dictionary

  • August 10, 2026
  • 0 replies
  • 7 views

Peter Restorick
Forum|alt.badge.img+2

In native COBOL we could define a dictionary and that could be set as external which allowed us to access it via our external filehandler. In .NET COBOL it seems it is no longer possible to define a dictionary as external.

Can anyone suggest an alternative given that the information that can be passed to an external filehandler is limited and controlled by the run-time?