Search found 42189 matches

by chulett
Fri Jun 05, 2009 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read-only objects
Replies: 9
Views: 4487

I don't believe so, no. And when I said "7.x advice" I really meant "pre-8.x advice". :wink:

Do you have any kind of a playground/sandbox project you could run some trials in?
by chulett
Fri Jun 05, 2009 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read-only objects
Replies: 9
Views: 4487

Again, that's 7.x advice, not to mention the fact that it would affect everything in the repository. So, what was the specific advice - run that, export and then set it all back? :?
by chulett
Fri Jun 05, 2009 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format - Log error - PX
Replies: 5
Views: 4980

Setting a 'flag' to Y/N is no different from setting it to 1/0 and it's all extra work. Just use the expression in the derivation and the Boolean output will automatically be set. For example: svIsValidEffDt -> IsValid("Date",EFF_DT) Then a simple "If svIsValidEffDt Then X else Y"...
by chulett
Fri Jun 05, 2009 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup with Blank
Replies: 10
Views: 1864

Server is quite tolerant of diversity and doesn't run the police state that PX does so will quite happily put "OH NOES!" in a Char(2) or even a Decimal. The metadata wouldn't be enforced until it hits the target and then not always, depending on the target itself. So the onus falls on you ...
by chulett
Fri Jun 05, 2009 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobDesign Question
Replies: 30
Views: 7740

:? Hard to say, not having a clue where LastRunDate comes from (what 'job itself'?) or what exactly you mean by 'pass in command/ODBC stage'. We need more details about what you are doing... or trying to do.
by chulett
Fri Jun 05, 2009 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format - Log error - PX
Replies: 5
Views: 4980

You should check validity before transforming the string to a date. And your reject constraint is wrong - what's in the "OR" is invalid and you seem to need more parens to get the AND/OR priority correct.
by chulett
Fri Jun 05, 2009 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobDesign Question
Replies: 30
Views: 7740

Sure, feasible, seeing as how that's pretty much exactly what I posted. :wink:
by chulett
Fri Jun 05, 2009 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filter condition
Replies: 6
Views: 1604

Re: filter condition

The columns which i am going to include are not indexed in the table. So i thought it would be better to add the conditions in a transformer and filter the data. Filtering isn't necessarily helped by indexes and depending on how much of the data would be filtered out, doing it in the job could be t...
by chulett
Fri Jun 05, 2009 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameters
Replies: 7
Views: 3106

Right, you need something, some other process to get / set parameters and run the jobs. That could be (from easiest to hardest) a Sequence job, a script or a hand-coded 'job control' job or batch.
by chulett
Thu Jun 04, 2009 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: aggregator---Row out of sequence
Replies: 2
Views: 1268

There *is* a row out of sequence or it wouldn't blow like that, you need to find it. Don't forget that when you string sort, "12" comes before "2". (etc)
by chulett
Thu Jun 04, 2009 11:07 pm
Forum: General
Topic: DB2 Connection Configuration
Replies: 5
Views: 3685

You need to execute a 'bind' step, something that searching for 'bind2' should turn up for you.
by chulett
Thu Jun 04, 2009 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: use of breakpoints
Replies: 5
Views: 1845

Ah... yes. One must first have established breakpoints before there will be anything populated in the 'Edit Breakpoints' dialogue.
by chulett
Thu Jun 04, 2009 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup with Blank
Replies: 10
Views: 1864

I would think it should work if both fields have two spaces in them, and I'm assuming that's what you mean by "blanks", yes?
by chulett
Thu Jun 04, 2009 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exact use of staging tables?
Replies: 6
Views: 1805

That made me L-O-L. :wink:
by chulett
Thu Jun 04, 2009 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read-only objects
Replies: 9
Views: 4487

Maybe it's changed for 8, in earlier versions when you go to the Manager and do Export / DataStage Components there's a Options tab you can switch to and 'Include in export': Defaulted Properties Read-only objects Referenced Shared Containers The second one is the one I was referring to that needs t...