Search found 42189 matches

by chulett
Wed Jun 26, 2013 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete and Insert
Replies: 4
Views: 1139

I'm thinking that's about as best as it gets if those are literally your requirements - every day a full refresh of all records for that year. I assume there are records for other years in the table?
by chulett
Wed Jun 26, 2013 11:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to populate previous row using transformer
Replies: 3
Views: 943

So not actually populating the previous row but the current row with data from the previous row. That's just stage variables in a transformer. Since stage variables are evaluated top to bottom, you've always been able to hold on to any previous value from a row and leverage it in future rows.
by chulett
Wed Jun 26, 2013 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling flat file
Replies: 9
Views: 3843

Re: Null handling flat file

mmanes wrote:When I read, discard the records.
You want them discarded or they are being discarded and you want to process them as nulls?
by chulett
Wed Jun 26, 2013 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ICONV Date / Time format mask
Replies: 9
Views: 8185

Trolling? Get real.
by chulett
Wed Jun 26, 2013 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PARAMETERSET Values substitution issue in ODBC/DB2 stages
Replies: 9
Views: 4313

For completeness, can you tell us what the exact version you are running?
by chulett
Wed Jun 26, 2013 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: identify changes within a table
Replies: 7
Views: 1968

Sorry, don't have a good answer for you off the top of my head but did just want to point out that the days where you had a reason to avoid transformers are long gone.
by chulett
Wed Jun 26, 2013 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: identify changes within a table
Replies: 7
Views: 1968

OK, I'll bite... why "without a transformer"?
by chulett
Wed Jun 26, 2013 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do I access Lotus Notes in DS Server 9.1 on Linux 6.x?
Replies: 1
Views: 1662

Re: How do I access Lotus Notes in DS Server 9.1 on Linux 6.

Is there an ODBC driver for Lotus Notes that runs under Linux 6.x? If so, would using that allow us to access our data? There certainly seems to be ODBC drivers for Notes on UNIX. I assume that would work for you but unless someone chimes in who has done this before, you'd need to confirm that with...
by chulett
Wed Jun 26, 2013 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00942: table or view does not exist
Replies: 10
Views: 5187

Thanks. Looks to be specific to Java and how you bind CLOBs into an insert which would explain why I'd never heard of / encountered it before.
by chulett
Tue Jun 25, 2013 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data initialization
Replies: 10
Views: 2402

OK, so pursue the Wiles/Wurlod variant then. :wink:
by chulett
Tue Jun 25, 2013 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00942: table or view does not exist
Replies: 10
Views: 5187

SURA wrote:I will still stand with my other points in relates with the data type. I have seen this error before for permission reason. But when i search in the oracle forums i do noticed, data type is also one of the reason.
Interesting... can you post a link to an example?
by chulett
Tue Jun 25, 2013 9:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00942: table or view does not exist
Replies: 10
Views: 5187

OSH? This is a Server job so no such thing here. Never seen data of any type cause this error, it's always either a lack of grants or the use of the wrong connection account that causes the table to not be 'seen'. And it should be an 'all or nothing' situation - either it sees the table and loads th...
by chulett
Tue Jun 25, 2013 6:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ICONV Date / Time format mask
Replies: 9
Views: 8185

It would have helped if you explained "what you need to do" in its entirety right off the bat rather then just ask about a part of the puzzle. At this point we still don't even know what that is.
by chulett
Tue Jun 25, 2013 6:03 pm
Forum: General
Topic: UNIX Commad line - no wait required upon invoking the job
Replies: 11
Views: 3397

Shouldn't be necessary... or do you not agree?
by chulett
Tue Jun 25, 2013 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter on Max Date ?
Replies: 3
Views: 1060

Aggregation. Not saying it's better but it is another method.

And what you have is not a "workaround" it is a resolution and I am marking it as such.