
How To's
You can find here video based How To's.
- Create a new datasource
In this video a COBOL data source is created and a COBOL table is imported from the data source. Once imported the table's columns are shown in the Designer and then one of the table's definitions is queried in the SQL Query tool.
- Change a COBOL table to use a new data source.
The stored procedure sp_tableSetProperty is used to change the data source for the COBOL table to use the dbSpaces datasource which is in this instance is a MongoDB database. Once completed the table is viewed in MongoDB Compass and then queried in the SQL Query tool.