
January 19th, 2005, 08:15 AM
|
 |
/(bb|[^b]{2})/
|
|
Join Date: Nov 2001
Location: Somewhere in the great unknown
|
|
Quote: | Originally Posted by jwesneski new to this forum. i've downloaded ibm's db2 PE but it's java with embedded sql.
anyone know where i can get the same type of product to teach myself cobol w/embedded sql on windows?
i've searched the world over but not stumbled upon it as yet.
in the meantime i'm learning java- might as well given the circumstances i find myself in.  |
I don't think that there is actually an editor that uses cobol for procedures on DB2, you will most likely have to create text files and execute them using the db2 command line. Also, be sure that you have the cobol compiler on the machine that has the db2 database on it, or it will not create the SP.
|