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?