Search found 6 matches

by rameshtbhdsx
Sun Dec 03, 2017 8:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Binary Data into DB2 using DataStage
Replies: 13
Views: 5800

Yes. You are correct. We to get 36 bit out of UUID. But the requirement from client is to make it 16bit Binary inside the Database and for the first time the Java code generates the UUID , converts it into 16bit binary data and loads intot the table. When we need to read the data or write to some ot...
by rameshtbhdsx
Sat Dec 02, 2017 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Binary Data into DB2 using DataStage
Replies: 13
Views: 5800

Here is what we have. We get the 16 bit binary data generated using UUID(Universal Unique Identifier) through a Java code. The Java codes generates UUID and returns a 16 bit value which is a binary. We need to consume it through DataStage. Let us know if you need more information.
by rameshtbhdsx
Fri Dec 01, 2017 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Binary Data into DB2 using DataStage
Replies: 13
Views: 5800

Yes. The converted Varchar would be needed for fetching data from few other tables where the data is not in binary format. The binary data loaded into the DB2 Source table through a Java program. Now we face challenges to read as well as write using DataStage.
by rameshtbhdsx
Wed Nov 29, 2017 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Binary Data into DB2 using DataStage
Replies: 13
Views: 5800

Loading Binary Data into DB2 using DataStage

Hello Experts, We have a requirement where in there is a table in DB2 or a source file that has Binary data(16bit). This needs to be loaded into another DB2 table to a binary 16 bit column. We need to get this done using DataStage. We tried using different data types to load. Still we could not. Can...
by rameshtbhdsx
Thu Sep 14, 2017 2:40 am
Forum: General
Topic: Interface with third party monitoring tools
Replies: 0
Views: 1975

Interface with third party monitoring tools

In our project we have a stack of tool including DataStage. It is a customer requirement that they want to monitor all the tools used in the project using single monitoring tool. So we have New Relic for monitoring, NetCool Omnibus for Events and Splunk/ELK. While we have seen DataStage Operation Co...