I am trying to create a program that links ACUCOBOL Runtime 10.3.0 with Microsoft SQL Server 2019 that allows user to:
1. Create a SQL table from COBOL
2. Add records to the table from COBOL
3. Update records in table from COBOL
4. Delete records in table from COBOL
Currently I am having troubles with the SQL part. I have tried the sample code here:
https://supportline.microfocus.com/documentation/books/sx40/spcesc.htm
Compiler shows that I am missing the EMPREC file. Where do I find this file?
If I manage to create a table, where is this table stored?




