Search found 42189 matches

by chulett
Tue Jul 29, 2008 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Format
Replies: 2
Views: 1538

Or...

Code: Select all

Convert(" ","",Oconv(Iconv(InputLink,"D2/"),"D YMD[4,2,2]"))
by chulett
Tue Jul 29, 2008 7:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limit rows disabled
Replies: 9
Views: 3013

What version and platform?
by chulett
Tue Jul 29, 2008 7:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5.3 to 7.5.1
Replies: 10
Views: 3884

You 'develop' on the Server, not the Client technically. Same goes with your 'environments', the Client version isn't what drives that bus.
by chulett
Tue Jul 29, 2008 7:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HASH Function?
Replies: 5
Views: 5492

CRC32 will generate a 'unique' value based on the input string, but not as a four digit number ALWAYS. An MD5 encryption generates a 32 digit hex number. I'd guess you'd need to roll your own.
by chulett
Tue Jul 29, 2008 7:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection for mysql
Replies: 1
Views: 1092

How many times are you going to post this? :?
by chulett
Tue Jul 29, 2008 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort a job from back end process
Replies: 8
Views: 2537

Suggest you look closer in the 'Cleanup Resources' panel. The "pid" won't always show based on the job name, sometimes you have to lookup the job number and then look for an RT_* entry with that number:

RT_CONFIGnnn
RT_LOGnnn

Etc.
by chulett
Tue Jul 29, 2008 7:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output from hashed file
Replies: 47
Views: 11788

No, not really. Why not just do this in a Server job and be done with it?
by chulett
Tue Jul 29, 2008 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MySQL on AIX 5.1
Replies: 15
Views: 6804

Installing a database, MySQL or otherwise, does nothing to DataStage or its ODBC config files. The installation of the "branded ODBC" components all happens when you install the DataStage server.
by chulett
Tue Jul 29, 2008 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on cartesian product in DataStage server job
Replies: 17
Views: 12581

Yes, hashed records are unique per key field(s) so the trick here is to write the hashed file with enough keys so that your records survive and then use fewer keys when looking up with the UV stage.
by chulett
Tue Jul 29, 2008 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Override SQL selection criteria param thru job seq to job
Replies: 8
Views: 1916

As far as I know, yes, but I don't have any personal experience with 8.x or parameter sets yet.
by chulett
Tue Jul 29, 2008 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MySQL on AIX 5.1
Replies: 15
Views: 6804

Have you tried the solution posted above? :?
by chulett
Tue Jul 29, 2008 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Override SQL selection criteria param thru job seq to job
Replies: 8
Views: 1916

Create a parameter in the Sequence job for the state and pass it to the PX job's matching parameter in the Job Activity state.
by chulett
Tue Jul 29, 2008 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limit rows disabled
Replies: 9
Views: 3013

Unless you are in debug mode, I think. No clue how you get there but I do believe I vaguely recall Master Ray mentioning that. :?
by chulett
Tue Jul 29, 2008 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Calculator (HFC) wanted
Replies: 3
Views: 1748

Should be on your Client CDROM in the "Unsupported Utilities" directory, from what I recall.
by chulett
Tue Jul 29, 2008 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Stage Termination error *Unique*
Replies: 12
Views: 2570

Just copy the relevant portion of the log message(s) to your clipboard then include it/them here as text, no need for a screenshot.