Search found 42189 matches

by chulett
Thu Jun 01, 2006 11:44 am
Forum: Site/Forum
Topic: Premium Membership
Replies: 13
Views: 6602

The latest Newsletter talks about some of the new features coming that the Premium members will or do have access to - above and beyond the premium posts.
by chulett
Thu Jun 01, 2006 11:36 am
Forum: Site/Forum
Topic: Premium Membership
Replies: 13
Views: 6602

You right. The other way is a little... scary. :shock:
by chulett
Thu Jun 01, 2006 11:32 am
Forum: Site/Forum
Topic: Premium Membership
Replies: 13
Views: 6602

Somewhat. Premium Membership gives you full access to the Premium Posters.
by chulett
Thu Jun 01, 2006 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup to Hashfile and Writing to same Hash File
Replies: 11
Views: 2663

The hashed file must be opened for writing first in order to create it before it is opened for reading in the job. Accomplish this by linking a Transformer stage to the hashed lookup. Yes, just a Transformer. Create a bogus stage variable so the job will compile. Match the metadata to the hashed fil...
by chulett
Thu Jun 01, 2006 11:06 am
Forum: Site/Forum
Topic: Premium Membership
Replies: 13
Views: 6602

You are already signed up for Premium Membership, that's what you are a Charter member of. :wink:
by chulett
Thu Jun 01, 2006 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to Compile test harness
Replies: 4
Views: 1924

What turns up if you put 'Failed to compile test harness' into the Search function here? More than likely, the answer to your question! :wink:
by chulett
Thu Jun 01, 2006 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to store job start date and time and job end dateandtime
Replies: 11
Views: 3103

Add '$INCLUDE DSINCLUDE JOBCONTROL.H' to your routine.
by chulett
Thu Jun 01, 2006 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a shared container
Replies: 5
Views: 1360

What's 'not working' about it?
by chulett
Thu Jun 01, 2006 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time stamp issue
Replies: 1
Views: 1111

Are you sure your target a TIMESTAMP in Oracle and not a DATE field? If so, please post the full definition of the TIMESTAMP field which would include the precision. Also, are you sure about your source date? I've seen similar Internet/XML date formats before, which typically involves swapping the '...
by chulett
Thu Jun 01, 2006 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 8
Views: 2014

DSguru2B wrote:I wouldnt mind posting an article which is not on the lines of Datastage, but give an understanding of the loads for ETL to take place with the most efficient ways.

Better to just link to it, as Ray notes.
by chulett
Thu Jun 01, 2006 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data type from varchar2 to decimal
Replies: 7
Views: 2299

[sigh]

Not quite right. How 'bout we let Vivek work it out from there as a learning exercise rather than pick up the spoon again?
by chulett
Thu Jun 01, 2006 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Repository Error on AIX
Replies: 5
Views: 2265

Reread what Roy posted, more carefully this time. You haven't configured DataStage so it knows how to access Oracle on your server. You need to edit the dsenv file properly and then 'bounce' DataStage. This is documented in the DataStage Plug-in Installation and Configuration Guide documentation ins...
by chulett
Thu Jun 01, 2006 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data type from varchar2 to decimal
Replies: 7
Views: 2299

It's just a simple if-then-else statement in your derivation. This is not something you've had to do before? The only thing that might 'complicate' the process a little is if there may be values other than TRUE or FALSE in the field, or if it might come in various cases or if it could possibly be nu...
by chulett
Thu Jun 01, 2006 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issue
Replies: 8
Views: 2086

One job to extract and another job (or jobs) to load.
by chulett
Thu Jun 01, 2006 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Error in a Sequencer
Replies: 6
Views: 2055

Ok... you've used a routine where? In a Routine Activity stage or somewhere else? The error implies its name has either been mispelled or you've got one routine that calls another routine and that second routine doesn't have a proper DEFFUN declaration in the first routine.