Search found 42189 matches

by chulett
Wed Jun 24, 2009 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to to complie read only routine
Replies: 4
Views: 1331

Doesn't really address 'compiling' though, does it? I would use the "Multi-Job Compiler" for this as it does more than just jobs.
by chulett
Wed Jun 24, 2009 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Version of Jobs
Replies: 8
Views: 2863

Sai, just want to make sure you're understanding the question. This isn't about data "streams" or data at all, this is about having two groups making changes to "the same job" - i.e. starting from a common point and creating two new versions from it - and then needing to merge th...
by chulett
Wed Jun 24, 2009 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion In PX like server eddition
Replies: 5
Views: 1189

You cerainly should be able to, what have you tried? Post your syntax for us, please.

Question: are your 'day' and 'month' portions always two digits, i.e. have leading zeroes for single digit values? If so, that will simplify this.
by chulett
Wed Jun 24, 2009 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rather than ftp ,is they any method to collect my files
Replies: 7
Views: 1775

And you think you need UltraEdit to accomplish some part of that? :?
by chulett
Wed Jun 24, 2009 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Master job fails
Replies: 22
Views: 5086

Not, it's not or you wouldn't get this error. Make sure you are calling / checking the right job and that your spelling matches exactly.
by chulett
Wed Jun 24, 2009 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion In PX like server eddition
Replies: 5
Views: 1189

Suggest you learn the equivalent PX functions for this, they are listed in the Parallel Job Developer's Guide pdf in the Functions appendix, specifically the Date and Time Functions and the Type Conversion Functions section. A coule of examples:

DateToString
StringToDate
by chulett
Wed Jun 24, 2009 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running DSJob through CommandPromt
Replies: 10
Views: 9856

This is just normal Command Prompt 101 stuff that I guess more and more people have absolutely no clue about having grown up in a completely GUI world. [sigh] :!: The directory a command lives in needs to be in your $PATH to be able to execute it 'from anywhere' - that $PATH variable lets it find it...
by chulett
Wed Jun 24, 2009 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rather than ftp ,is they any method to collect my files
Replies: 7
Views: 1775

So... what role exactly would UltraEdit be playing here? :?
by chulett
Wed Jun 24, 2009 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Version of Jobs
Replies: 8
Views: 2863

The output wanted doesn't really matter, as Arnd noted the answer is still 'no' for any kind of automated solution. You'll need to do it manually.
by chulett
Wed Jun 24, 2009 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What are RT_BP and RT_STATUS files?
Replies: 5
Views: 3501

Nothing but? Come on! :lol:

Yes, by 'pruning' I mean the same that it means in other areas - removing old, dead parts. So, setup a cron script to do this automtically or check manually and remove anything in there in each project over X days old.
by chulett
Wed Jun 24, 2009 6:33 am
Forum: General
Topic: DataStage Roadmap Information
Replies: 10
Views: 5348

Nice. The changes coming to the venerable Transformer stage are pretty 8)
by chulett
Tue Jun 23, 2009 8:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: web services
Replies: 7
Views: 4968

You can use either type of job for this. How exactly are you "trying to connect to web services"? What errors / issues are you seeing?
by chulett
Tue Jun 23, 2009 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace a particular date with null
Replies: 4
Views: 1399

Meaning, in Oracle in the target DML? Then any valid DML would work there. Why not do this "transformation" in the job itself?
by chulett
Tue Jun 23, 2009 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Characters in Password - V8.0.1
Replies: 6
Views: 4723

Good to know, thanks for posting the link. Pretty much just wanted to say that Oracle itself has no such need, so it must be something specific to the way the stage is implemented.