Change Log for dscobol Website and the GitHub repositories.
This will not be an extensive list. Only if there is a substantial change, then it will be documented here.
2023-03-27
dsc-gnu-GixSQL
This is an example of a GnuCOBOL program accessing a PostgreSQL DB using GixSQL.
2023-03-24
dsc-ibm-gnu-ECBAP
This is a collection of COBOL programs created for the Enterprise COBOL For Business Application Programming class provided by IBM.
2023-03-18
dsc-gnu-db2
Added Inter-Sample directory. This is a series that demonstrates how to create a Table and then load, update and delete rows with that Table.
2023-03-17
dscobol Website
As a check, I created a new Virtual Machine, installed IBM DB2 LUW, GnuCOBOL, the Basic Dev Environment, and DBeaver following the instructions.
I fixed typos and updated words or phrases to be more accurate.
dsc-gnu-db2
I originally used a CALL to GETDBID to pass the DB parameters to the COBOL program which would then use them to connect to the DB2 LUW database. This was replaced by creating a .env file and using an ACCEPT statement instead.
I added a Tag to the repository of V1.
gem-gnu-db2
I originally used a CALL to GETDBID to pass the DB parameters to the COBOL program which would then use them to connect to the DB2 LUW database. This was replaced by creating a .env file and using an ACCEPT statement instead.
I added a Tag to the repository of V1.