Search found 107 matches

by rkdatastage
Tue Jan 23, 2007 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraints Rejects and Filtered records
Replies: 5
Views: 1718

Hi Raj Create a reject table/file Connect the reject table/file to the transformer enable the Reject record option of Constraints in Transformer stage The rejected records will be populated into the reject table, the records which are satisfying the condition will be loaded to the target table Hope ...
by rkdatastage
Tue Jan 23, 2007 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Holding Previous Record Value
Replies: 6
Views: 1915

Holding Previous Record Value

Hi All I had a Doubt in this, Kindly give me some thought process to resolve this I had a flat file where it is having 1 column i had to load the data into target table/file , the validation that i had to check is that i had to compare the immdiate previous record against the current Value. What are...
by rkdatastage
Mon Dec 04, 2006 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while populating date value from seq file to oracle
Replies: 8
Views: 2334

thanks for your valid response i had resolved my problem the Oconv conversion format is wrong i had tried with this code Oconv(Iconv(DSLink3.date,"D-DMY"),"D/YMD[4,2,2]") and it worked as i changed the date column datatype as timestamp if any chance can anybody throw me a light t...
by rkdatastage
Mon Dec 04, 2006 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while populating date value from seq file to oracle
Replies: 8
Views: 2334

Thanks ray for your response my intention is to store the date value into the database i had tried with changing the data type of date column from timestamp to date but still i am unable to populate the date value into table i had redirected the output to a flat file and it is having this data 1,22-...
by rkdatastage
Mon Dec 04, 2006 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while populating date value from seq file to oracle
Replies: 8
Views: 2334

Thanks for your response my code : Oconv(Iconv(DSLink3.date,"D-DMY"),"D-DMY[2,A3,4]") My source file structure no,"date" 1,"22-nov-04" my output is : 1,0022-11-20 04:00:00 I had specified my target table date column datatype as timestamp Thanks in advance RK
by rkdatastage
Mon Dec 04, 2006 5:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while populating date value from seq file to oracle
Replies: 8
Views: 2334

error while populating date value from seq file to oracle

Hi all I am trying to load a column which is of date datatype i had encounter this error can any one share your views what might be the mistake Error message : ob1..Transformer_1: At row 1, link "DSLink4", while processing column "datett" Value treated as NULL Attempt to convert ...
by rkdatastage
Mon Sep 25, 2006 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Sort Stage
Replies: 3
Views: 1569

Hi All

can any one share your ideas on this problem

Thanks in advance
RK
by rkdatastage
Mon Sep 25, 2006 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Sort Stage
Replies: 3
Views: 1569

Problem with Sort Stage

Hi All

I had encountered this error while working with a Sort Stage

Error :
Internal Error: sort specification error, function create_sort_spec returned [Invalid sort specification]

can anyone help me out what might be the problem

Thanks in advance
RK
by rkdatastage
Thu Aug 24, 2006 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to obtain the starttimestamp of the parent-sequencer
Replies: 15
Views: 8378

Hi

the routine UtilityGetRunJobInfo will help u to find the start time and end time of a job

i think u had to use this routine and find a logic to get your required output

Thanks
RK
by rkdatastage
Fri Aug 18, 2006 2:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting a Part from the given String
Replies: 24
Views: 22191

Hi ameyvaidya Thanks for your response The Routine works fine but it is not Full filling my requirement ex1: My String : ANSY, 3/4" SQ. DR., P/N 251-A626A, Routine Output : P/N 251 My Desired Output has to be : P/N 251-A626A Ex 2: My String : BE PON AY, P/N 436A90-A602, FOR Routine Output : P/N...
by rkdatastage
Thu Aug 17, 2006 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting a Part from the given String
Replies: 24
Views: 22191

Hi All

I had executed the Code But it is not Working

I tried to Change it But didn't Succeeded

Can you Resend the Code

Thanks
RK
by rkdatastage
Thu Aug 17, 2006 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting a Part from the given String
Replies: 24
Views: 22191

Hi All Thanks for your response But the problem is i am not sure the length of P/N . It may range from 0 to 20 digits . As the String Contains the Data as "P/N" as last characters of whole Description then the Length of "P/N" is 0. And this P/N can Lies anywhere in the Given Desc...
by rkdatastage
Thu Aug 17, 2006 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting a Part from the given String
Replies: 24
Views: 22191

Hi All Thanks for your Great Response 1. I had to extract "P/N xxxxxxx" value that has been any where in the Given String 2. I had to Split the Given String into two Parts Like for Example Description = "BOLT, W/NUT, P/N P422 WISS,J.,&" From this I had to extract 2 Strings a)...
by rkdatastage
Thu Aug 17, 2006 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting a Part from the given String
Replies: 24
Views: 22191

Can AnyBody Share your ideas how to extract part of a string from the given string
by rkdatastage
Thu Aug 17, 2006 1:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting a Part from the given String
Replies: 24
Views: 22191

Extracting a Part from the given String

Hi All I had strucked up with a specefic Problem and need some guidence to resolve it. I had a String like "BOLT, W/NUT, P/N P422 AAAA,P.,&" and i had to extract a part of string like "P/N P422". The Problem is that the Part of the string that has to be extract can exist any ...