Search found 42189 matches

by chulett
Sun Sep 19, 2010 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot
Replies: 5
Views: 5748

Any chance you could use a Server job for this? That would make it trivial. Otherwise you need sorted input & group change detection via stage variables to perform this feet, that and probably a known 'end of data' record added to the stream to pop out the last group.
by chulett
Sun Sep 19, 2010 8:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage delete issue
Replies: 12
Views: 6472

a) I'm afraid I don't really understand your issue. If you want help tracking down a job failure you'd need to post the actual failure message(s) and detail the job design. b) You can't delete records from a hashed file, at least not via conventional means. What makes you think you need to do this? ...
by chulett
Sun Sep 19, 2010 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit after some records in ODBC stage
Replies: 6
Views: 2630

No mention of their database being Oracle, at least not yet.
by chulett
Sun Sep 19, 2010 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognised SQL Stament Error in Teradata API Stage
Replies: 2
Views: 1398

Try:

SELECT MAX(COL1) as COL1 FROM TABLE

And see if that helps. Make sure the "as" column alias matches the name you've given the column in the stage.
by chulett
Sat Sep 18, 2010 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting DataStage 7.5 on AIX to Oracle 10
Replies: 1
Views: 1173

You can use the ODBC wire drivers for Oracle and not need a client, or install a client and then use the ODBC non-wire drivers or the native Oracle stages.
by chulett
Sat Sep 18, 2010 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD STAGE
Replies: 1
Views: 1022

I don't have the docs handy but isn't that stage mentioned somewhere in them? Have you done a PDF search for that term across all files in the directory? :?
by chulett
Sat Sep 18, 2010 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Multiple Files with First row as Column Name
Replies: 1
Views: 841

Typically, the metadata mismatch between your data records and your header row will cause the header row to automatically be rejected by the stage. If you are seeing them, then you'll need to filter them from the other records in a transformer or filter stage by checking for your column name's value...
by chulett
Fri Sep 17, 2010 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding Columns to Dynamic RDBMS Stage (Server Job)
Replies: 9
Views: 3566

Yes, you have two ways to do that with slight differences in the outcome between them. There should be a 'Load' button on the Columns tab that allows you to point to a save table definition and load it into the stage. The other mechanism is to drag the table metadata from the repository browser and ...
by chulett
Fri Sep 17, 2010 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I subtract one month of a date in a SERVER JOB?
Replies: 8
Views: 3429

Which doesn't really answer the question, especially for people without Oracle experience. Specifically, how do you define a month? As asked, what does that Oracle function give you when you subtract 1 month from March 30th?
by chulett
Fri Sep 17, 2010 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can a datastage job can be created as a web service?
Replies: 1
Views: 1007

Yes, both Server and Parallel jobs can and there's an entire forum dedicated to that topic.
by chulett
Fri Sep 17, 2010 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function alpha and Alnum
Replies: 3
Views: 5956

Exactly, which a quick check of the documentation would easily reveal.
by chulett
Fri Sep 17, 2010 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function Like and Soundex
Replies: 8
Views: 4874

Soundex is Soundex and really should behave identically across platforms. Have you found that not to be the case? :?
by chulett
Fri Sep 17, 2010 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Proble with datasets--One of the nodes is down.
Replies: 9
Views: 2838

Can you share with us how they had you "change the configuration file"? I was under the impression that they were generally not editable. :?
by chulett
Fri Sep 17, 2010 6:06 am
Forum: General
Topic: DSGetParamInfo not working with a parameter set
Replies: 3
Views: 3842

Show us the syntax you are using in the routine.