Search found 42189 matches

by chulett
Thu Jun 18, 2009 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to enable selection tab in hash file
Replies: 14
Views: 3481

Is "c:\folder\txt" the full path to a specific hashed file? You can't create a generic one at the directory level, each one needs a specific entry.
by chulett
Thu Jun 18, 2009 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get reports for all the jobs in a project
Replies: 7
Views: 2505

Crazy thought, but a search of the forums here for "dsdesign" would answer your question.
by chulett
Thu Jun 18, 2009 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: QUERY IN SERVER JOBS
Replies: 3
Views: 859

Containers are clearly documented in Chapter 5 of the Designer Guide pdf.
by chulett
Thu Jun 18, 2009 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: QUERY IN SERVER JOBS
Replies: 3
Views: 859

:idea: The convention here is one topic = one problem or question. Please don't string multiple unrelated questions into a single topic. Kindly give a new post for the flat file question. And please start doing a better job of chosing a more appropriate subject.
by chulett
Thu Jun 18, 2009 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: query in server jobs
Replies: 4
Views: 1024

If you really need to use sql for these joins, you may end up needing to load the files into work/temp tables in an accessible database and perform them there.
by chulett
Thu Jun 18, 2009 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character Issue
Replies: 1
Views: 1549

Either provide more information about your job design or try searching for "found converting string" to see what others have done when faced with this.
by chulett
Thu Jun 18, 2009 5:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to enable selection tab in hash file
Replies: 14
Views: 3481

You might want to explain exactly how you created it.
by chulett
Thu Jun 18, 2009 5:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looping in DataStage
Replies: 17
Views: 27400

Then it's time to mark this as Resolved using the button at the top of the page.
by chulett
Wed Jun 17, 2009 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date -1
Replies: 10
Views: 2341

Ok, that's what I was afraid of. DATE fields have no 'format', that only comes into play when you select them. Meaning, you can compare two DATE fields in internal format wthout any shenanigans, just like with DataStage internal dates. What I posted should work fine for you - the trunc() removes the...
by chulett
Wed Jun 17, 2009 8:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date -1
Replies: 10
Views: 2341

So, claim_date - is it a VARCHAR2 or a DATE? If I take you at your word on the format and assume varchar, why not use a TO_DATE() on it rather than a TO_CHAR() on the sysdate?
by chulett
Wed Jun 17, 2009 8:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Data to Sybase Database
Replies: 2
Views: 1119

Have you checked the documentation to see how to configure it and if it requires the Sybase client be loaded? Those errors make me think a) it does and b) you don't have it. :?
by chulett
Wed Jun 17, 2009 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage
Replies: 6
Views: 1837

Yes, but not on this world. :wink:
by chulett
Wed Jun 17, 2009 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running a stored procedure through datastage
Replies: 4
Views: 2299

Guess I was think'n that backwards. And I believe the SP stage requires at least one input parameter. :?
by chulett
Wed Jun 17, 2009 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start the job whenever DS comes up
Replies: 10
Views: 3462

... and? Nothing there changes my answer. :?

If you've got a specific question, please ask it otherwise people will just have to guess as to what kind of information it is you are looking for.
by chulett
Wed Jun 17, 2009 3:59 pm
Forum: General
Topic: help - Convert Char to Bigint
Replies: 2
Views: 1270

First silly question - are you certain your char field values are in fact convertible?