Search found 42189 matches

by chulett
Mon Aug 03, 2009 1:50 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Defining a Data connection in information analyzer
Replies: 10
Views: 11617

Allegedly, yes, but I've always found it best to explicitly create them in the Projects where you need them.
by chulett
Mon Aug 03, 2009 1:48 pm
Forum: IBM QualityStage
Topic: Limit of Stage Variables in version 8
Replies: 20
Views: 9612

Perhaps so, but I can't comment on a term that someone made up and "circular strain" falls squarely into that camp. Seems pretty clear that a best guess would be that you had some kind of sequencing issue and while I sincerely doubt you had to split things up between transformers it may he...
by chulett
Mon Aug 03, 2009 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup condition
Replies: 6
Views: 3143

Just for the record, you don't need the extra "IsNull" check with the NullToEmpty transform on both sides.
by chulett
Mon Aug 03, 2009 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup condition
Replies: 6
Views: 3143

Your first syntax is fine unless both sides could be null. Simpler to use the NullToEmpty() transform, perhaps on both sides:

NullToEmpty(lkp_CRC.CRC) <> NullToEmpty(CRC)
by chulett
Mon Aug 03, 2009 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSX output and Generated OSH
Replies: 9
Views: 3304

Would you be willing to post your dsx or at least the relevant portion(s)? Not really sure what "at the top" means.
by chulett
Mon Aug 03, 2009 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in "first line is column names" option in
Replies: 5
Views: 1532

You'd only be able to read it in PX if all of the columns in the file were defined as string fields... which is all they really are, anyway, when you get right down to it.
by chulett
Mon Aug 03, 2009 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in "first line is column names" option in
Replies: 5
Views: 1532

Your header record is being rejected by the stage since it doesn't match the metadata for the columns. If you added a reject link to the stage you would see this happening, otherwise it just gets "skipped".
by chulett
Mon Aug 03, 2009 9:53 am
Forum: IBM QualityStage
Topic: Limit of Stage Variables in version 8
Replies: 20
Views: 9612

What makes you think I haven't? :?
by chulett
Mon Aug 03, 2009 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5.2 ODBC Enterprise Stage Decimal Corruption Bug
Replies: 3
Views: 1327

I guess I should have also asked - is this particular to any one data source? Say, like... DB2? :wink:
by chulett
Mon Aug 03, 2009 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob has status=0 even though job aborts
Replies: 17
Views: 8917

Just want to reiterate that you use "-wait" OR "-jobstatus" and not the two of them together. The "-jobstatus" option is what is getting you the 1,2,3 (etc) return codes and "-wait" gets you zero or none-zero return codes. It's important to understand that it'...
by chulett
Mon Aug 03, 2009 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSX output and Generated OSH
Replies: 9
Views: 3304

Where exactly in the dsx are you still seeing reference to the original table name?
by chulett
Mon Aug 03, 2009 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the director log metadata
Replies: 4
Views: 1394

Right, you would need to use a combination of -lognewest and -logdetail to get what you want.
by chulett
Mon Aug 03, 2009 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset concatenation
Replies: 9
Views: 2418

Reread the first word in my previous response. :wink:
by chulett
Mon Aug 03, 2009 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: partition question
Replies: 6
Views: 1574

And you could only be reading the file 'in parallel mode' if it is a fixed-width file, so my money is on sequential.