Hi Mark,
I'm sure ! The DB2 connect is installed.
DB2 Connect Enterprise Edition v.10.5
When I used db2client.zip v.10.5 I could not in the data perspective and data explorer retrieve the schema, table, columns, ... not work !
But using db2client.zip v.8 I could in the data perspective and data explorer retrieve the schema, table, columns, ... works OK !
and only SQL Retrieve do not work.
Now I'm doing EGL Debug for some program access remote DB2 zVSE using db2client.zip v.8 ... works OK !
However, I found another problem.
The SQLcondition:
WHERE FT30GRUP = :FT05GRUP
The columns FT30GRUP in the DB2 table is defined char(08) and the host variable FT05GRUP is defined char(10)
I got the SQLCODE -302:
THE VALUE OF INPUT VARIABLE OR PARAMETER NUMBER position-number IS INVALID OR TOO LARGE FOR THE TARGET COLUMN OR THE TARGET VALUE
and the program generated to COBOL CICS/VSE works fine ! no SQLCODE error.
The question are:
Who makes the handling of SQL statements ?
EGL is that takes the SQL statement, assembles and requests to DB2 for execution?
RBD works with DB2 zVSE 7.4 ? Which DB2 Connect version driver is supported ?
I do not know who is in trouble? RBD or DB2
We have opened two PMR .. RBD and DB2 Connect
Hsieh