Search found 42189 matches

by chulett
Thu Mar 11, 2010 12:07 am
Forum: General
Topic: Sequence Job - Unix script weird data issue
Replies: 4
Views: 2691

Globbing. Your 'mask' isn't being read in as a literal but is being expanded or 'globbed' by the shell. I would guess that the values they 'become' are the first values in the file list that matched that wildcard pattern in the working directory. The ones that 'were fine' were probably fine because ...
by chulett
Wed Mar 10, 2010 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIKE operator in IF ELSE Condition
Replies: 12
Views: 10004

That should be fine as well, I would imagine, depending on where it was being used.
by chulett
Wed Mar 10, 2010 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI stage tuning
Replies: 6
Views: 2942

True. That 'optimal size' varies based on ARL, network packet size, phase of the moon, yada yada yada. So, as you noted, testing is required to find that 'sweet spot' for each stage / job / combination. :wink:
by chulett
Wed Mar 10, 2010 1:33 pm
Forum: General
Topic: DataStage Multi-Client Launcher
Replies: 13
Views: 8010

Interesting... at the very least this will get me to check out AutoIt and Taskbar Shuffle. :wink:
by chulett
Wed Mar 10, 2010 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI stage tuning
Replies: 6
Views: 2942

Yes, it controls how often a commit is done and yes, Transaction Size should be (IMHO) an even multiple of the Array Size as a best practice.
by chulett
Wed Mar 10, 2010 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01843: not a valid month
Replies: 3
Views: 3163

Never seen such a thing that I recall. Me, I would run it by my DBA if I was you.
by chulett
Wed Mar 10, 2010 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01843: not a valid month
Replies: 3
Views: 3163

Zeroes are not a valid anything, month or otherwise. What does the output look like if you run that TO_CHAR sql in SQL Developer or Toad? No clue at the moment why that is turning into zeroes... is your source field an actual DATE field or something else? :?
by chulett
Wed Mar 10, 2010 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIKE operator in IF ELSE Condition
Replies: 12
Views: 10004

That's the whole reason why Craig suggested it. :?

Checking Field[1,4] which disregards anything else that follows in the string is exactly the same functionality as checking for like 'XXXX%'.
by chulett
Wed Mar 10, 2010 11:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove header and trailer from records.
Replies: 27
Views: 13421

Oh my... we're both wrong. I just went back and reread the original post. As in "read read" and looked at the example. Missed this key fact that "all records are in a single record". There is no header record, followed by X detail records, followed by a trailer record. There is a...
by chulett
Wed Mar 10, 2010 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation error
Replies: 15
Views: 6537

Someone else is going to have to help now, my experience with PX on Windows is zero, zip, nada, zilch. Curious though, why are you pointing the compiler variable to something in the MKS Toolkit directory? Is that really where you installed Visual Studio 2005? :?
by chulett
Wed Mar 10, 2010 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help in using the stored procedure stage
Replies: 4
Views: 2800

Your question is a wee bit too broad... what kind of help do you need? Have you read the docs? Pressed the Help button in the stage? Tried to actually use it?

Do you have any specific questions?
by chulett
Wed Mar 10, 2010 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove header and trailer from records.
Replies: 27
Views: 13421

We know. :?

What's "not working" about it? Show us examples of what a detail (non-header-trailer) record or two look like.
by chulett
Wed Mar 10, 2010 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation error
Replies: 15
Views: 6537

OK... I was hoping you would make the logical leap and see the need to "fix" all pathname pieces with spaces in them, something abhijain specifically noted for you. Now it can't find "MKS" where you have ""MKS Toolkit". The rule is the first six characters plus &qu...
by chulett
Wed Mar 10, 2010 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove header and trailer from records.
Replies: 27
Views: 13421

<bzzzztttt> Sorry Andy, thanks for playing. :P

D'oh... where the heck did Andy go? Silly Wabbit.

Define 'not working', that looks perfectly fine to me. Are you sure you are checking the right 'column name'?