Search found 42189 matches

by chulett
Tue Feb 17, 2015 8:20 am
Forum: General
Topic: Can’t view jobs Repository of Designer
Replies: 2
Views: 1160

Wasn't so much a question as it was a hint, I would think.
by chulett
Mon Feb 16, 2015 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Required logic for a scenario
Replies: 12
Views: 4900

OK, so the 'distinct' part could be done with a sql query as well.
by chulett
Mon Feb 16, 2015 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Required logic for a scenario
Replies: 12
Views: 4900

OK, so only one distinct value in column 2 for a value in column 1. Sounds like another 'fork join' scenario where you capture the number of distinct values in column2 per column1 and then decide what to do (i.e. where to go) when that count is 1 or >1.

What is your source?
by chulett
Mon Feb 16, 2015 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Required logic for a scenario
Replies: 12
Views: 4900

Hmmm... you show "Output1", does that mean there is also an "Output2" in the picture? Do these need to go to one destination and everything else to another or are all you are interested in are the multiples? Also, why is "1 B" in your output rather than "2 A"?...
by chulett
Mon Feb 16, 2015 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to fetch sql query that exist in a table
Replies: 1
Views: 1234

Welcome. I don't see this happening in a single job. First though, can you clarify what kind of queries are in this table - something more than simply "select * from X" I assume, yes? Are you familiar at all with concept of Runtime Column Propagation (RCP) in DataStage? I'm assuming you'd ...
by chulett
Mon Feb 16, 2015 8:55 am
Forum: General
Topic: Decryption Issue
Replies: 8
Views: 2365

Can you explain what exactly that means? Changed it from what to what?
by chulett
Fri Feb 13, 2015 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance tuning of Job
Replies: 3
Views: 1269

PaulVL wrote:Since you are using a Parallel job and not one of those pesky server jobs... You can drop a peek stage into your job.
:wink:
by chulett
Fri Feb 13, 2015 2:14 pm
Forum: General
Topic: uvconfig shared memory settings for side by side versions
Replies: 6
Views: 2374

Sure, understood that. Glad we could help.
by chulett
Fri Feb 13, 2015 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AGAIN DATE CONVERSION
Replies: 3
Views: 1099

ps. Date, Time and Timestamp formats are listed here (copy the whole string, the forum software doesn't like the URL for some reason): http://www-01.ibm.com/support/knowledgecenter/#!/SSZJPZ_8.5.0/com.ibm.swg.im.iis.ft.usage.doc/topics/dateandtimeformats.html and in an appendix in your Developer's G...
by chulett
Fri Feb 13, 2015 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AGAIN DATE CONVERSION
Replies: 3
Views: 1099

Re: AGAIN DATE CONVERSION

sam334 wrote:So, M/DD/YYYY for January to September and then MM/DD/YYYY for Oct to Dec.
No, actually that's just for former. It means it can have single digit months (1/2/3 rather than 01/02/03) not that they all are somehow.
by chulett
Fri Feb 13, 2015 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checksum error
Replies: 9
Views: 6523

Time to get you into your own post... and here we are.

Next question is always going to be - what changed?
by chulett
Fri Feb 13, 2015 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to remove header and trailer from file
Replies: 1
Views: 1143

This should happen automagically in PX if the stage only includes the actual metadata for the detail records. Then anything that doesn't match (i.e. everything else) should reject.
by chulett
Fri Feb 13, 2015 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert date in Datastage internal format in Parallel
Replies: 4
Views: 3635

Why don't you let us know what problem you are trying to solve, why you think you need this. Then perhaps we can provide a more proper Parallel solution.
by chulett
Thu Feb 12, 2015 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to divide 5B Rows to avoid "Session logged off"
Replies: 4
Views: 2612

Hello? Hello? Operator, we've been cut off!

:wink:
by chulett
Thu Feb 12, 2015 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to divide 5B Rows to avoid "Session logged off"
Replies: 4
Views: 2612

Have you looked up the error? Talked to your DBA? Do you have indexes over the columns in your where clause? Since most people here (myself included) have zero Teradata experience your odd looking table structure or the fact that it is an 'aggregation table' don't really mean much. Hopefully one of ...