Search found 5168 matches

by kumar_s
Sat Mar 04, 2006 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Value not being Passed correctly
Replies: 3
Views: 1357

Yes, since the job got aborted, you might need to reset the job before the second run for the new set of parameter to come into act.
by kumar_s
Sat Mar 04, 2006 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: substring
Replies: 7
Views: 2345

:lol: You already got the substring... What else you want from the main string.
I guess you are missing out someting.
Is it you want to know the position of where the substring present or to know the presence of the substring in the main string?
by kumar_s
Sat Mar 04, 2006 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Most Recent record from a sequential file
Replies: 2
Views: 1118

Use Sort stage.
Use two key in Sort stage, 1. Some unique field or ID, 2. Timestamp (Descending).
Retain first.
by kumar_s
Sat Mar 04, 2006 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling DS jobs from server
Replies: 1
Views: 682

No, dscc is a client utility. Server handles only compiled code.
by kumar_s
Fri Mar 03, 2006 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null date in transformer
Replies: 14
Views: 5772

Make sure that Date field is not Ustring.

How can be a Date be Usting :roll:

out_diff_mc.change_code = 2

Are you checking any value or assiginging a value of 2 to out_diff_mc.change_code in the stage variable svFermSpec?

What is the value of e30_dat_fin_mens. Is your output field nullable?
by kumar_s
Fri Mar 03, 2006 3:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob.exe
Replies: 9
Views: 2244

Hi Vinod,
Thats nice to see that you got rid of your issue. Please let me know, what happens when you execute uv from your command prompt.
by kumar_s
Fri Mar 03, 2006 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and update the records to sqlserver
Replies: 17
Views: 5338

jasper wrote:A completely other scenario: If the number of inserts/updates is large and it's difficult to find the changed records: Just truncate and reload.
I'm not used to sql server but on an oracle this is the fastest solution once you reach about 10% inserts/updates.

What if you use Change Capture Stage?
by kumar_s
Fri Mar 03, 2006 2:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locked job not released
Replies: 6
Views: 1632

If it is locked you should be able to see at cleanup resourse. And you can find the list of items holding the process by selecting the process id and Click on show by process.
If it as any valid job or record holded, you can close the job which holds the record or release it.
by kumar_s
Thu Mar 02, 2006 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup not returning the right row
Replies: 7
Views: 1097

Is it Make = AcutalMake And Mode = IncorrectModel?
by kumar_s
Thu Mar 02, 2006 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vector records
Replies: 5
Views: 1381

In addition to that, say if you have 5 columns comming in and you can make one as the key column and which will fall in higher level say 02.
And rest of the columns can be marked to subrecords for the first column. i.e., 05.
by kumar_s
Thu Mar 02, 2006 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i remove duplicate rows
Replies: 9
Views: 1945

Dare to search :?:
by kumar_s
Thu Mar 02, 2006 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get diff between two dates in routine
Replies: 12
Views: 7066

Re: How to get diff between two dates in routine

Hi Chulett, thanks, and from the days I want to calculate No. of years and No. of months. Ex: D1 is 2006-01-23 and D2 is 2004-10-15 then the result should be 1.3 yrs. How should I proceed for that? Any idea please? ArndW I am not able to read your message fully. How to get the full message? thanks ...
by kumar_s
Thu Mar 02, 2006 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Group By vs Aggrigator stage
Replies: 7
Views: 1303

Its better to do it in Database.
You are limiting the nubmer of rows at very first stage.
Since it is a Sever edition, you cannot expect more optimal solution from DS, provided the temporary space allocated in DB is big enough to hold the temporary aggregated groups.
by kumar_s
Thu Mar 02, 2006 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookups and Performance with ODBC stages
Replies: 1
Views: 469

You need to search the forum. This has been discussed many times. Ok, when you use the lookup against Hashed file, the performance will be better. Always prefere lookup when you have a comparatively less number of rows in the reference link. Though its for parallel Benchmark has been provided in a b...
by kumar_s
Thu Mar 02, 2006 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Group By vs Aggrigator stage
Replies: 7
Views: 1303

I dont find any group by stage shipped in Server edition.
Is it a plugin :?: