Search found 42189 matches

by chulett
Thu Jul 19, 2012 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage
Replies: 5
Views: 2835

Hmmm... could you post details of your job design, including what your source is and what settings you are using in the Folder stage? I'd also be curious what 8.x version you are running.
by chulett
Thu Jul 19, 2012 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_PRESERVE_BLANKS
Replies: 12
Views: 4988

Are you perhaps reading it from your source as a CHAR? You are correct that it should only preserve any existing trailing spaces and not add anything to the data when it is sent to Oracle.
by chulett
Wed Jul 18, 2012 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to enable Debug Bar for parallel jobs in DS 8.5
Replies: 8
Views: 3206

D'oh! That's what I get for just looking at the pictures when I should have been reading the articles. :(
by chulett
Wed Jul 18, 2012 8:11 am
Forum: General
Topic: Error selecting the log file
Replies: 9
Views: 3010

#3 would have been excellent information to include in your original post, don'tcha think?
by chulett
Wed Jul 18, 2012 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to enable Debug Bar for parallel jobs in DS 8.5
Replies: 8
Views: 3206

From what I recall reading in a Vincent blog - 8.5. It was listed as one of the reasons to upgrade. :wink:
by chulett
Wed Jul 18, 2012 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wave Generator Stage
Replies: 4
Views: 9881

I'm going to pull this one thing from Ernie's comprehensive post so you can see it, a link:

http://dsrealtime.wordpress.com/2007/12 ... ormations/
by chulett
Tue Jul 17, 2012 10:37 pm
Forum: General
Topic: get row count
Replies: 20
Views: 12473

Yikes. That routine looks... overly complex and requires a ton of specific parameters be added to each job. Sridhar, I'm concerned you've chosen a route that you say you are not proficient in, that being UNIX shell scripting. That's what you would need to if you wanted to break a "Job Report&qu...
by chulett
Tue Jul 17, 2012 10:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Logic
Replies: 6
Views: 2643

Which doesn't really change the answer you were given. You still need to pivot the data and then remove the duplicates, you just need to add a step to filter out the records with a null postal code between them.
by chulett
Tue Jul 17, 2012 11:00 am
Forum: General
Topic: Error 81002 waiting for job
Replies: 8
Views: 2811

I believe the second question may actually be "has the job ever run before?".
by chulett
Tue Jul 17, 2012 10:17 am
Forum: General
Topic: get row count
Replies: 20
Views: 12473

OK... getting some of the values will be pretty simple, like start time and end time for example. However, with no naming conventions that I can see for the stages and especially for the links, how will you recognize which are which? Until you start naming things consistently (like all reject links ...
by chulett
Tue Jul 17, 2012 9:47 am
Forum: General
Topic: DSJobInfo and NotCompiled jobs
Replies: 5
Views: 1840

Re: DSJobInfo and NotCompiled jobs

MathBlade wrote:First, if this is in the wrong place my apologies, I'm a bit new to posting on DSXChange. I'm an avid reader of it though.
No worries - topics on things like writing routine code belong in the General forum and so... here we are. :wink:
by chulett
Tue Jul 17, 2012 9:32 am
Forum: General
Topic: get row count
Replies: 20
Views: 12473

Post the full contents of one of the job reports.
by chulett
Tue Jul 17, 2012 7:31 am
Forum: General
Topic: get row count
Replies: 20
Views: 12473

Sorry but why do you think you need to 'grep' them? For what purpose? Perhaps if you explained in detail what exactly you are trying to accomplish, we could do a better job of helping you get there.
by chulett
Tue Jul 17, 2012 5:57 am
Forum: General
Topic: get row count
Replies: 20
Views: 12473

bobbysridhar wrote:i am not able to get the files specific to that sequence and club them to one file.there I got struck.
I don't see the need to "club" them together at all. Can you not simply load them all using a File Pattern?
by chulett
Mon Jul 16, 2012 7:02 pm
Forum: General
Topic: get row count
Replies: 20
Views: 12473

bobbysridhar wrote:In tfm but still not getting total records are 0.
... and you won't. Zero records in = zero records out. That's why you can't do this in job but should (as I already noted) do it as a separate process after job.