Search found 42189 matches

by chulett
Tue Apr 28, 2009 9:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can i use a CASE statement in a SELECT statement ?
Replies: 11
Views: 6557

Ah, yes... EVAL was the decode like thing I was trying to think of.
by chulett
Tue Apr 28, 2009 9:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading date column from teradata API stage
Replies: 4
Views: 1612

That's not "DataStage internal format". What happens if you simply change the data type of that column in the job, with no "casting"? Try Varchar or Timestamp rather than Date. Experiment.
by chulett
Tue Apr 28, 2009 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STRING TO INVALID TIMESTAMP CONVERSION
Replies: 8
Views: 1950

First off, the format is not "YYYY-MM-DD:HH:MM:SS" as there are no separators in your data. Second, you'd need to spell out your requirements in words, one example is not enough to go on. What is the business rule that needs to be enforced when the seconds are > 60?
by chulett
Tue Apr 28, 2009 7:09 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Unable to read from Database source
Replies: 2
Views: 2210

Is this an actual TX job as per the forum we're in, or a Parallel job as marked? If the latter, then you need to mark this one Resolved and repost it in the Enterprise Edition / Parallel forum.
by chulett
Tue Apr 28, 2009 7:05 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Anyone has tutorial for Information analyzer(ProfileStage)
Replies: 4
Views: 7547

So... is that like a silent "thank you"? A nod in their general direction? :? Ah... putting "Thanks for the link" in your reply subject only shows up when someone else bothers to reply, not during a view of the topic thread. Next time, put things like that in the body of your rep...
by chulett
Tue Apr 28, 2009 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Schedule: [NOT scheduled], after I schedule a job
Replies: 3
Views: 1952

Let us know what you find out! :wink:
by chulett
Tue Apr 28, 2009 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare 2 strings in transformer
Replies: 11
Views: 10654

Just keep in mind the fact that if you remove all whitespace, it will match "A BC" with "AB C"... only you know if that is fine or not.
by chulett
Tue Apr 28, 2009 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Procedure call using DSDB2 Connection instead of ODBC conn
Replies: 6
Views: 2260

Can you not use the Stored Procedure stage? I could have sworn it supports DB2 but can't check right now. :?
by chulett
Tue Apr 28, 2009 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Schedule: [NOT scheduled], after I schedule a job
Replies: 3
Views: 1952

So... you can find an entry for this in the user's crontab but it doesn't show in the Director logged in as that user? Sounds bug like, best to contact your official support provider I would think.
by chulett
Tue Apr 28, 2009 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with a new table design
Replies: 6
Views: 2222

Or use two tables. Do you not have a modeler where you work? I mean, someone who's official job it is to design the tables projects need there? :?
by chulett
Tue Apr 28, 2009 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job design-question
Replies: 31
Views: 4631

:? What the heck are N1 and N2? Can you not simply pass the value StageName.$Counter into the number parameter?
by chulett
Tue Apr 28, 2009 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can i use a CASE statement in a SELECT statement ?
Replies: 11
Views: 6557

Hmmm... I do not believe so. I think you could use a "decode" to do something similar, a search of the forum should turn something up. Or you could wait for someone who actually knows the answer to respond. :wink:
by chulett
Tue Apr 28, 2009 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the file names in a directory
Replies: 6
Views: 2363

Re: Reading the file names in a directory

If, I use a sequential file stage with filter command to do a directory listing..What value should be there for File Name Property.. The stage will combine the two fields automatically, first the filter command followed by the filename, so you could put the full path to the directory in the filenam...
by chulett
Tue Apr 28, 2009 6:39 am
Forum: General
Topic: Generic job
Replies: 6
Views: 2153

Meaning, you want to build a "generic" PX job with RCP that has no columns defined in it and still do transformations on the data? No can do.
by chulett
Tue Apr 28, 2009 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare 2 strings in transformer
Replies: 11
Views: 10654

Spaces are just another character and will match just fine. Post your exact derivations so we can see where you are going wrong. Question: is it considered a match if one is "Air.Conditioner" with one space between words and the other is "Air..Conditioner" with two spaces? Or if ...