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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.