You can translate the question and the replies:

Denodo access cobol file

Hey , please I want to ask if I have cobol copybook file and cobol data file .. is there is way to make denodo read these files and show this data file as relational table in denodo?
user
10-08-2021 12:58:22 -0400
code

1 Answer

Hi, Generally, Denodo uses various mechanisms to connect to different data sources like JDBC, ODBC, REST API, etc., I will try one of the methods below to consume data from COBOL copybooks: * Using the Attunity connector, from a third party vendor, which is accessible via JDBC to establish COBOL copybooks as a data source to Denodo. * By creating a **custom wrapper** to access COBOL copybooks from a custom data source. Once the wrapper is created, it could be packaged into a JAR file and imported into the Virtual DataPort. For more details, you can refer to [Developing Custom Wrappers](https://community.denodo.com/docs/html/browse/8.0/en/vdp/developer/developing_extensions/developing_custom_wrappers/developing_custom_wrappers) of the Virtual DataPort Developer section. In case, if you still need help and if you are a valid Support User, you may open a Support Case at the Denodo Support Site and the Support Team will help you. Hope this helps!
Denodo Team
11-08-2021 06:01:09 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here