Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mattbarnes

    Insert to multiple DB2 tables with same structure in COBOL.

    Hi all. I have an issue in COBOL. I have 12 tables, aptly named Table01, Table02, Table03, etc based on the month of the year. In my cobol code, I specify: EXEC SQL INSERT INTO TABLE01 (field1, field2, etc) I also want to be able to insert to...

Part and Inventory Search

Back
Top