Search found 42189 matches

by chulett
Fri Aug 05, 2016 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate surrogate keys with SQL Server sequence
Replies: 7
Views: 5775

There was no reason to ask this twice so I removed the stand-alone post on the subject. All the documentation I see only lists two possibilities for the source as you note: DB2 and Oracle. AFAIK, you'll have to take another tack for SQL Server, either just let DataStage generate them (if that is a v...
by chulett
Thu Aug 04, 2016 6:45 am
Forum: Site/Forum
Topic: Premium content not visible
Replies: 6
Views: 8910

Read the last reply in this post.
by chulett
Wed Aug 03, 2016 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on creating JSON file.
Replies: 5
Views: 5176

There's some official IBM documentation here on both reading and composing JSON with the stage.
by chulett
Wed Aug 03, 2016 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order of stage variables fails a job
Replies: 4
Views: 2537

Since they've already said that they "know these stage variables are not written in the best way" I wasn't going to bother to point that out. :wink: And just for the record, no clue why the order would matter here seeing as how one is not dependent on the other. :? Seems like something to ...
by chulett
Wed Aug 03, 2016 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue when passing session information using web service sta
Replies: 1
Views: 1277

Welcome. First order of business is to get your post into the proper forum... this one. Done. And then we need to correct a deficit caused by that other forum - a lack of details, your particulars that are required for a post in this forum. Can you edit your post and let us know what your DataStage ...
by chulett
Tue Aug 02, 2016 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to generate output files dynamically
Replies: 6
Views: 1810

Upgrade to at least 9.1 and that functionality is built into the Sequential File stage. :wink:
by chulett
Tue Aug 02, 2016 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to generate output files dynamically
Replies: 6
Views: 1810

Code: Select all

[/b] tags, not [b][quote][/b] tags for things of this nature. Fixed for you.
by chulett
Tue Aug 02, 2016 5:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 16618

Yay!

:D
by chulett
Tue Aug 02, 2016 7:02 am
Forum: General
Topic: Fallen Premium Poster: Kim Duke
Replies: 32
Views: 18286

viewtopic.php?t=109198

I called him that a couple of times and he adopted that sig.
by chulett
Mon Aug 01, 2016 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Waves with Hierarchical Stages
Replies: 4
Views: 2313

I'll save Ray a little work the next time he shows up and ask... do you have an actual question for us? Something specific you are looking for or just generic advice on your situation / error?
by chulett
Mon Aug 01, 2016 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values not loading Correctly when using RCP
Replies: 4
Views: 2218

My assumption would be it is a NUMBER in Oracle with no specified precision which is why you end up with a float. You wouldn't be seeing this issue if it was declared as something more like NUMBER(16,2) for example.
by chulett
Mon Aug 01, 2016 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Windows File on Unix
Replies: 1
Views: 1405

Any files need to be 'local' to the DataStage server in order to be consumed, either via a share mechanism or transportation. Once there, you have a couple of options on reading native Excel files if you don't want to go through converting them to csv first. One would be ODBC for Excel but I don't r...
by chulett
Thu Jul 28, 2016 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Long running Oracle SQL ..Implement stats in DataStage job
Replies: 4
Views: 2752

A typical solution (and what we do here) is have a DBA created procedure to do the actual task which our functional ETL user is then granted the privleges needed to execute.
by chulett
Wed Jul 27, 2016 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Having issues reading XML files with line breaks
Replies: 5
Views: 6098

That same number is in the back of my mind... 200 to 250MB was our limit on our HPUX system, I do believe. Thankfully, our sources generally were of the mind to flood us with a metric crap-ton of small files. 8)