Call COBOL Dynamic Link Library (DLL) files by specifying the "CALL identifier" syntax from within PowerCOBOL event procedures. To load data dynamically upon execution of the application, call the COBOL DLL file using a CALL statement. Import libraries are not necessary.
Before starting the program, create a module entry for any environment information required by the DLL in a COBOL85.CBR file and save this file in the same directory as the .EXE file which calls the .DLL file.