Search found 42189 matches

by chulett
Wed May 15, 2013 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Packed Decimals in Complex Flat File stage
Replies: 18
Views: 13255

Let's start with you confirming the PICTURE clause of your Packed Decimal fields.
by chulett
Wed May 15, 2013 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookUp Logic
Replies: 7
Views: 2381

Is the job running on more than 1 node?
by chulett
Wed May 15, 2013 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Issue
Replies: 7
Views: 1778

sriec12 wrote:1) Regarding Lookup Stage its not static value. Its a weekly load, I need to load the as of date for every week.
So as I said, static over the course of the run. Sure that's "fine" as it is cached into and read from memory but why not simply pass that in as a job parameter?
by chulett
Wed May 15, 2013 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Problem
Replies: 3
Views: 1754

Using both clear and delete doesn't make sense, use one or the other. And still prefer the former. Hashed files will always be created / recreated if they don't exist regardless of setting.
by chulett
Wed May 15, 2013 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Problem
Replies: 3
Views: 1754

Yes, I think anyone that's done heavy Server work has seen this before. I have and I know there are posts here about it as well. I forget the internal type number that is where each record of a file but it's crazy slow and mind-blowing the first time you see it. I'm not aware of any known explicit c...
by chulett
Wed May 15, 2013 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Junk Characters in datastage
Replies: 8
Views: 11172

"There is no bad data, only misunderstood data."

I'm sure Ray will be along to have 'the discussion' before too long. :wink:
by chulett
Wed May 15, 2013 1:37 am
Forum: General
Topic: DataStage Not Creating Instances
Replies: 4
Views: 901

Re: DataStage Not Creating Instances

jerome_rajan wrote:no instances are getting created when I run the job with an invocation id.
When you run it how exactly, from where?
by chulett
Wed May 15, 2013 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Issue
Replies: 7
Views: 1778

The data would still need to be sorted for the Transformer logic to work correctly.

What role is the lookup playing in all this? I'm guessing it is providing some kind of static data for the run but you didn't clarify. And the real test would be a full load, have you done that yet?
by chulett
Tue May 14, 2013 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One DSN for one Excel file?
Replies: 2
Views: 967

:!: Did we really need a new post on this? You found a nine year old post from someone who hasn't posted here in five years and thought it would be good to jump on it? :?
by chulett
Tue May 14, 2013 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To add sequnce number in detail record
Replies: 1
Views: 743

That could just be a stage variable that you increment via if-then-else when you detect a Header record. And best to run the job on a single node.
by chulett
Mon May 13, 2013 4:47 pm
Forum: General
Topic: Email notification for failed jobs in job sequence
Replies: 8
Views: 2729

The option would work for sure but here the requirement is to send out only 1 email notification and that would have the failed job names. If I include the job status in email option that would contain too much information and the users are not really interested for it. Out of curiousity, have you ...
by chulett
Mon May 13, 2013 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error updating XML column in DB2
Replies: 12
Views: 4277

Ah... passing by reference sounds like the answer to both of the size concerns. If it works out.
by chulett
Mon May 13, 2013 1:25 pm
Forum: General
Topic: Email notification for failed jobs in job sequence
Replies: 8
Views: 2729

So... not going to try the 'status' option I posted?
by chulett
Mon May 13, 2013 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage to Teradata Connectivity Issue
Replies: 14
Views: 14997

My first question would be - if you switch to using the IP address does the problem go away?