Search found 6 matches

by sachinshankrath
Wed Jan 23, 2019 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing to Hadoop using Datastage 11.5.2 Parallel Hive
Replies: 7
Views: 8981

Hi - Sorry for the 6 months delay but we abandoned this project and restarted working on it now. So, at this stage the update is we were able to successfully establish a connection using Hive Connector in the sense that the "TEST" connection returns a successful message. Then we built a si...
by sachinshankrath
Fri Sep 14, 2018 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Director Monitor not displaying row counts
Replies: 2
Views: 3447

Datastage Director Monitor not displaying row counts

Hello - We are on datastage ver 11.5 parallel running on linux. We have Dev, QA, and Prod servers but we noticed that datastage director monitor is properly displaying row counts in our Prod and QA servers but not in Dev server. So when you go to Director and right-click on any job in Finished/Abort...
by sachinshankrath
Sat Jun 16, 2018 6:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing to Hadoop using Datastage 11.5.2 Parallel Hive
Replies: 7
Views: 8981

Sorry, could not figure out how to post my own topic at first. Thank you for deleting the other two.
by sachinshankrath
Tue Sep 15, 2015 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Special Characters
Replies: 3
Views: 3200

Removing Special Characters

THANK YOU! It seems to work and I hope it captures all special characters. Only time will tell....I will come back here if I face further problems.
by sachinshankrath
Tue Sep 15, 2015 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Special Characters
Replies: 3
Views: 3200

Removing Special Characters

Hello - Anyone worked on removing special characters coming from DB2 and Ms Sql Server databases? Basically the special character can be anything thats not an alphabet/number or anything thats not on the keyboard. How would I go about writing something in Datastage v8.7 Parallel that would parse an ...
by sachinshankrath
Wed Nov 19, 2014 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Leading Zero in RCP Job
Replies: 14
Views: 14740

It is not just the view data but the content of the file

The problem is not just with how the data looks in view data but how it appears in the seq file being created. All numeric data whether integers or decimal numbers are appearing in the file with unnecessary leading and trailing zeroes. One way to handle that would be to use DecimalToString(column_na...