Search found 93 matches

by rajkraj
Wed Aug 22, 2007 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Valiadete date field
Replies: 13
Views: 4443

Valiadete date field

I have a sequential file,coming in with 10 columns,the 5,6,7,8 and 10 columns are date fields.All the columns 5,6,7,8 have date fields in the format of mm/dd/yyyy.But column 10 has date field coming as Nov 30 200 Jan 01 175 So,Now i want to validate column 10 saying if date is not coming in as 'mm/d...
by rajkraj
Tue Jul 17, 2007 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Format Checking
Replies: 7
Views: 2515

Yes, I want to declare 'Invalid' for this type of date formates. I'm guessing your issue is the fact that you would want your three example dates to be declared 'invalid' - the problem is they are perfectly valid dates. Seems like you'd need to do any standard date checks you currently are doing and...
by rajkraj
Tue Jul 17, 2007 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Format Checking
Replies: 7
Views: 2515

Date Format Checking

Is there any method for checking the date format (particularly year) in datastage? I am getting some dates in source before I load into target I need to check is that date is correct format? for ex: I am getting some dates like below: Nov 30 200 Jan 1 175 Dec 21 200 Year is not coming properly. I've...
by rajkraj
Thu May 31, 2007 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Approach?
Replies: 3
Views: 2154

Approach?

We have scripts that disable & enable constraints, dropping and recreating the indexs, trucating the tables etc... before a particular job is running. Now we want to replace entire scripts in the job sequencer with out using these scripts. Is it the right apporach or not? Callling a script is th...
by rajkraj
Wed May 09, 2007 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with null values
Replies: 4
Views: 1763

Issue with null values

I am comparing seq file data with table data. 3 keys combination is used as primary key.

But some of my record's key column values are null. Pls suggest me, how to compare null values?
by rajkraj
Fri Apr 06, 2007 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate Row Issue
Replies: 10
Views: 3641

"THANKS A LOT" It would work. quote="chulett"]Would have been nice to have sample data that matched reality a little better. :? You can still sort, yes. Just to beat this horsey a little longer... Assign a record number to each row in a transformer, @INROWNUM will work nicely. T...
by rajkraj
Fri Apr 06, 2007 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate Row Issue
Replies: 10
Views: 3641

Thanks for quick reply ....but my issue is still ther ... Actually my data looks like this.... Member_key Id_key 1234 75 1234 abc 1234 %Agh 1234 =AVX here order by is not useful...right.... So, from your eample: Member_key Id_key 1234 23 1234 24 1234 25 You would like the Id_key of 23 to be stored f...
by rajkraj
Fri Apr 06, 2007 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate Row Issue
Replies: 10
Views: 3641

Thanks for your reply...but how would we do 'reverse sort' on a single key. Ex:Member_key Id_key 1234 23 1234 24 1234 25 When we store this data into a Hashed file it will keep the last record but I want the first record. I used order by while extracting the data from table but it's not changing the...
by rajkraj
Fri Apr 06, 2007 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate Row Issue
Replies: 10
Views: 3641

Thanks for your quick reply, but sorting is not possible because I have only 2 columns in hash file (member_key,sese_id) and member_key is key column.
chulett wrote:Reverse your sort order. Last one in wins, period - so if you want the 'first' one you need to make sure it arrives last.
by rajkraj
Thu Apr 05, 2007 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup problem
Replies: 10
Views: 3310

Those are key columnes, if u don't make a link it will give compilation error right?
us1aslam1us wrote:Do not link the fields just write the constarint ...
by rajkraj
Thu Apr 05, 2007 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup problem
Replies: 10
Views: 3310

Eff_str_dt and Eff_end_dt are keys in hash file, I made link these two columns with ctrl_dt so hash file trying to match eff_dts with cntrl_dt but my condition is different. How to write this code in hash file key expression? With Server Job, Pretty much as you have specified. In Constraints : in.ct...
by rajkraj
Thu Apr 05, 2007 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup problem
Replies: 10
Views: 3310

Lookup problem

Hi Folks,

How to specify this lookup condition in transformer;

Eff_str_dt<=ctrl_dt and Eff_end_dt>=ctrl_dt

Basically I am getting ctrl_dt as source and Eff_str_dt & Eff_end_dt in hash file.


Thanks,
Raj
by rajkraj
Wed Feb 08, 2006 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 8
Views: 4374

Thanks for your responses. Ray i have a question which one is the best one In Single job with multiple Tranasformer stages or spliting the big job into multile jobs One job, but with multiple Transformer stages (say, not more than four lookups per Transformer stage) would also be OK. You can enable ...
by rajkraj
Sun Oct 30, 2005 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while viewing data
Replies: 19
Views: 7183

dxp wrote:
rajkraj wrote:
dxp wrote:Hi raj,

whats the windows version...2000 or 20003?

Mine is windows xp prof
mine is 2003. I enountered same problem...but after going thru 'Manage Server' option, I am able to solve this problem.


dxp.
hi dxp,

could you please explan how you solved this problem in 2003.
by rajkraj
Sat Oct 29, 2005 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while viewing data
Replies: 19
Views: 7183

track_star wrote:Have you been able to get any jobs to connect to Oracle and do anything?

yep, using ODBC, DYNAMIC RDBMS i am able to connect to oracle and my jobs running properly