Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 705 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 705 Bytes

dsc-gnu-db2

This is a collection of COBOL programs written to be compiled by the GnuCOBOL compiler that will use embedded SQL statements to access an IBM DB2 LUW database system running on a Gnu/Linux OS(Pop!_OS).

For more information about creating a VM, installing the requirements and other information, go to the DSCOBOL Website

Basic-Sample directory

This is a series of programs that will read data from the Sample database.

See the README for more information.

Inter-Sample directory

This is a series that will:

  • Create a new Table in the Sample database
  • Then insert, update, and delete rows using that new Table

See the README for more information.