Search found 126 matches

by praburaj
Mon Apr 17, 2017 8:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partial records are loaded while joining
Replies: 2
Views: 2830

Partial records are loaded while joining

Hi All, I have two dataset in my prod job and doing left outer join based on the column(GL_PROD,GL_ACCT). The key columns datatype is Decimal. After completing the run, out of two records only one record was populated into target datset even though key column values are matched. Due to that,unable t...
by praburaj
Thu Jul 09, 2015 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WaitForWriteSignal(): Premature EOF on node
Replies: 2
Views: 4592

WaitForWriteSignal(): Premature EOF on node

Hi All, Our jobs are running in production past 3 years without any issue. Today one of the job got failed due to below captioned reason. Not sure why it got failed. Kindly advice on how to fix this issue. Aggregator_198.lnkFund_Sort,1: Fatal Error: waitForWriteSignal(): Premature EOF on node PM094S...
by praburaj
Wed Jan 14, 2015 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Tuning
Replies: 2
Views: 2147

Performance Tuning

Hi All, One of my job is production taking more than 3 Hrs 50 min to load the data into the data set. The design is very simple 1. Incremental source file extract the records having 21 million records from sequential file to load the data into data set. 2. The above loaded data set having look up wi...
by praburaj
Thu Aug 29, 2013 11:02 pm
Forum: General
Topic: NLS...
Replies: 1
Views: 1902

NLS...

Hi All,

Today when I run the sequencer, one of the job got below mentioned warnings.

"DataStage Job 176 Phantom 5764 Program "DSD.ODBEvent": Line 1519, Could not locate NLS map . DataStage Phantom Finished"

Can you tell me how to fix this warning?
by praburaj
Thu Aug 22, 2013 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal Issue
Replies: 2
Views: 2505

Thanks for your reply.

In datastage metadata I have defined for that source column Decimal

(15,7) and my database is SQL server.
by praburaj
Thu Aug 22, 2013 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal Issue
Replies: 2
Views: 2505

Decimal Issue

Hi, In my job one of the column name data type is Decimal(15,7). When I view the data in DB data comes in proper format like below COLUMN NAME ---------------- 2003.0000000 But when try to view the same column (data type is Decimal(15,7) ) in datastage data comes in below mentioned format. COLUMN NA...
by praburaj
Wed Aug 07, 2013 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating date ranges
Replies: 5
Views: 4285

Thanks for your input. Your input will work only in parallel. I am working server 7.5. Please let me know how to do the same in server
by praburaj
Wed Aug 07, 2013 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating date ranges
Replies: 5
Views: 4285

Creating date ranges

Hi, In one of my job my date format like below 2011-07-03 2011-08-03 2011-09-03 2011-10-03 2011-11-03 Now I need to compare the data between the current and previous data. I need to take first row date(2011-07-03) as my start date and the next row date need to load as a end date before that I have m...
by praburaj
Tue Jul 09, 2013 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ds_nlsmap() - BCI NLS input mapping error
Replies: 0
Views: 1828

Re: ds_nlsmap() - BCI NLS input mapping error

I fixed the problem. Now job is running fine. I changed the NLS setting to "NONE".

Thanks to everyone.
by praburaj
Thu Mar 07, 2013 10:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot rows
Replies: 12
Views: 6016

Chulett, Why I asked for looping concept, I have to implement the same logic in another job and source table having 60 columns. It is really difficult for me to implement having 60 rows in the same job. That's why I asked how to implement the same logic using loop variables. Need output is: 1,2,3 2,...
by praburaj
Thu Mar 07, 2013 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot rows
Replies: 12
Views: 6016

Really thanks for all your valuable input. I am using version 8.5 and loop logic is really new for me. Can you help me how can I implement this logic using loop variable.
by praburaj
Thu Mar 07, 2013 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot rows
Replies: 12
Views: 6016

I have 6 columns in the source table with data as follows. Source Data: COL1,COL2,COL3,COL4,COL5,COL6 A,B,C,D,E,F The output should be A,B,C B,C,D C,D,E D,E,F E,F,NULL F,NULL,NULL The output will have only 3 columns. The data should be like this. First row: first column, second column, third column ...
by praburaj
Thu Mar 07, 2013 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot rows
Replies: 12
Views: 6016

Pivot rows

Hi All,
I need to implement one of the logic in my job. In the source table having 6 columns in one row and that row I need to be pivoted like I mentioned below.

Source table:
col1,col2,col3,col4,col5,col6
1,2,3,4,5,6

Output:
1,2,3
2,3,4
4,5,6
5,6,null
6,null,null

Any help is really appreciated.
by praburaj
Fri Dec 28, 2012 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp
Replies: 11
Views: 5259

My source column data type is String and I am reading from the SQL Server.
by praburaj
Thu Dec 27, 2012 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp
Replies: 11
Views: 5259

Thanks for your response.

I am receiving some data's are in below mentioned format

May 9 201 12:00AM It should be May 9 2011 12:00AM.

Like I mentioned above If I have any bad timestamp , I need to reject that data.