Answer Posted / Ashish Kumar Misra
To connect DB2 database to DataStage, you can use the ODBC driver or the native DB2 driver. Here's an example using ODBC:n```nCreate a system environment variable named 'DB2DSN' with the name of your DB2 database as the value.nIn DataStage, create a new physical file and select ODBC as the data source.nSpecify the DSN you created earlier in the ODBC connection settings.n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is the latest version of ibm db2?