Greetings all.
I am new to the forum and believe it will really be beneficial to me.
I am developing a cobol program in NetExpress University Edition and i have to access a DB2 database.
I keep receiving this message; no database name was specified.
Here are the SQL code which i believe could have serve the purpose.
WORKING-STORAGE SECTION
EXEC SQL
INCLUDE CUSTOMER(table name)
END-EXEC.
EXEC SQL
INCLUDE SQLCA
END-EXEC.
PROCEDURE DIVISION.
EXEC SQL
CONNECT TO DELL-DB2-SALES(database name)
END-EXEC.
Please, can any one assist me on this.
Regards