Have you ever wanted to create a COBOL DLL under .NET that holds multiple COBOL programs, that are grouped functionally? For example, maybe you want to have one DLL that holds all of your file maintenace tasks that you can call, such as creating a file, deleting a file, renaming and copying a file (and yes, maybe even check if one exists). This Blog covers this task in a way that you can not only learn or brush up on, how to create such a multiple Entry Point DLL and use it, but also gives you some NetCOBOL for .NET experience with the SYSTEM.IO Namespace for files. Read Full Post
