Search found 5168 matches

by kumar_s
Mon Mar 06, 2006 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Equivalent Oracle TO_NUMBER function
Replies: 2
Views: 2096

DataStage will do this conversion Implicitly with compatiable values.
by kumar_s
Mon Mar 06, 2006 12:54 pm
Forum: Site/Forum
Topic: Suggestion abt the certification
Replies: 37
Views: 26045

ArndW wrote:I got my ID for Pearson and (not surprisingly) the exam for DataStage is still airware - nothing in the IBM section about it at all.
Best of luck for your exams :D
by kumar_s
Mon Mar 06, 2006 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling rejected rows
Replies: 12
Views: 3659

parag.s.27 wrote:this is the job[/url]

I guess you may need to edit this post.
by kumar_s
Mon Mar 06, 2006 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job with transformer giving problem
Replies: 6
Views: 1446

I do agree. Most of the case Force Compile helped me to get rid of issues with the incompatable data types (though defined correctly in Transformer) and expression related errors. But it looks like a issue with some library file (permission) error. But I may not be experienced enough to predict the ...
by kumar_s
Mon Mar 06, 2006 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pooling file
Replies: 4
Views: 1477

WaitforFile may not help you much. But use Execute command activity to find for this file. Since you need to find anywhere in the unix folder,use find / -name .done 2>/dev/null and use the Comand output in the Trigger to check for the output and trigger the rest of the stage. You can itrate this com...
by kumar_s
Mon Mar 06, 2006 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job with transformer giving problem
Replies: 6
Views: 1446

richdhan wrote:Hi legendkiller,

Do a Force Compile and then run the job. If the problem still persists do as advised by Arnd.

HTH
--Rich

Compile itself checks and compiles the change in Transformer stage.
by kumar_s
Mon Mar 06, 2006 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can any one help to solve the problem ...............
Replies: 3
Views: 1316

Do a lookup on City.
In the Conditon option of the reference data, check for country = Null.
by kumar_s
Mon Mar 06, 2006 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error job sequence
Replies: 6
Views: 1938

The Internal Error and the error code was first striking in my mind. But i should have noted DSR_NLS error as well :cry:
by kumar_s
Mon Mar 06, 2006 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling rejected rows
Replies: 12
Views: 3659

Try This: JanOnlyHashedFile | | | |[RefLink] | Jan&FebSrcFile--------> Transformer------------------------------------>Output1 | |[Only Feb Constraint: IsNull(<RefLink>.<AnyColumn>)] |-------------------------------------------->Output2 Output 1 Will have All Account Numbers. Output 2 w...
by kumar_s
Mon Mar 06, 2006 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error job sequence
Replies: 6
Views: 1938

Well... Search may help you.
Repeated search may help you much better. :wink:
by kumar_s
Mon Mar 06, 2006 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trim and extract specific data
Replies: 28
Views: 5815

Kumar was giving you the lowest level function function that you can use. This is not what I would do, but illustrates an approach you can take: OwnedPos = Index(YourString,'owned by ',1) ;** find keyword NextWord = Field(YourString[OwnedPos+10,99],' ',1) ;** find next word delimite...
by kumar_s
Mon Mar 06, 2006 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trim and extract specific data
Replies: 28
Views: 5815

Hi,
I hope this function would help to get your solution.

Code: Select all

Field (string, delimiter, instance [ ,number] )
by kumar_s
Mon Mar 06, 2006 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid NULL to reject - in SWITCH case
Replies: 20
Views: 6515

That was one of the post of last year. Now i dont even recall the job available in my project. I wish these reply could have been at six month back. :wink:
by kumar_s
Mon Mar 06, 2006 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum export size for a DSX
Replies: 29
Views: 6524

Multiple import simulteneously may agian eat up the memory.
Command line import can be tryed to import all the dsx from a folder after scheduling.
by kumar_s
Mon Mar 06, 2006 8:23 am
Forum: Site/Forum
Topic: I think, i could see the premium content..
Replies: 2
Views: 2181

This was already found during trail period but not discussed.
Now it become all know secrete. :wink: