Search found 7 matches

by srini27
Fri Mar 11, 2016 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling JSON format
Replies: 1
Views: 1656

Handling JSON format

Hi, My job extracting the data from table and loading into target table. while loading the data , there are few columns need to be loaded in JSON format. Here is the scenario. Input: FIRST_NAME LAST_NAME Output: FULL_NAME "fullName":{ "firstName":"ROSE", "lastName&...
by srini27
Thu Sep 11, 2014 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Facing issue in DB2 connector in 8.7 bulk load
Replies: 2
Views: 2880

Facing issue in DB2 connector in 8.7 bulk load

Hi all,

while executing the job in datastage 8.7 .while loading the data into DB2the below errors are coming


Error 9 occurred while closing the named pipe.
The DB2 Load API call failed with SQLCODE -668.
Error 88 occurred while writing to the name

Looking forward for your help

Thanks
Srini..
by srini27
Thu Jan 30, 2014 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting lower case to upper case of first character
Replies: 3
Views: 3558

converting lower case to upper case of first character

HI, I am using DS 8.7 Parallel version. I have a requirement like this. my source is, FirstName|Middlename|Lastname john james|david|mcallister john james|john|mcallister james I want out put like below. FirstName|Middlename|Lastname John James|David|Mcallister John James|John|Mcallister James Start...
by srini27
Wed Oct 09, 2013 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with loading 0x0 instead of null in datastage 8.7
Replies: 4
Views: 2769

Yes...The issue is only for CHAR fields.
by srini27
Wed Oct 09, 2013 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with loading 0x0 instead of null in datastage 8.7
Replies: 4
Views: 2769

Issue with loading 0x0 instead of null in datastage 8.7

Hi,

In Datastage 8.7 , we are seeing 0x0 getting inserted in target database (Oracle) instead of null . we should have null value inserted if incoming data for a particular filed is empty.

please advise me on this issue.

Thanks
Srinivas
by srini27
Wed May 15, 2013 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not able to convert string to time stamp
Replies: 4
Views: 2710

not able to convert string to time stamp

Hi, I am working on IIS 8.7 SRC : Seq file stage target: Oracle connector Source file is having the fields CRET_DT : 08-MAR-13 and MOD_DT :15-MAR-13. I am using StringToDate(DSLink4.CRE_DTTM,"%dd-%mon-%yy").but its giving following error. Transformer_7,0: Data string '08-MAR-13' does not m...