Search found 42189 matches

by chulett
Tue Apr 17, 2007 8:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

eostic wrote:How many posts do I have compared to some of you true heros on this forum? :)

Don't matter - you are the DataStage XML God-Like Guru. And we all know you're holding back so as to not embarass us all. :wink:

Thanks for popping in and contributing.
by chulett
Tue Apr 17, 2007 8:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

eostic wrote:this is fairly well documented in the best practices doc that is referenced in many places on this forum.

Available at Kim Duke's website for download. Operators are standing by.
by chulett
Tue Apr 17, 2007 8:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding subroutine
Replies: 12
Views: 3384

Funny. Was wondering how long before someone registed with that nick. Ray's gonna have to be careful about saying "there's no 'U' here" from now on.
by chulett
Tue Apr 17, 2007 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

Hey Ernie - there's a new TV show that at first I thougt was about you. It's called "Thank God You're Here!".

:D
by chulett
Tue Apr 17, 2007 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows vs UNIX
Replies: 14
Views: 5528

For Server jobs, the answer is no - they are highly portable, 'executables' and all. I doubt that is the case with PX jobs containing a Transformer stage, they would need to be recompiled. May be some issues with generating flat files and choosing record terminators or slash direction but at a high ...
by chulett
Tue Apr 17, 2007 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Index file Problem...
Replies: 18
Views: 7793

And however did you manage to come to that conclusion? :wink: :wink:
by chulett
Tue Apr 17, 2007 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from DS 7.5.1A Server Edition to DS 8
Replies: 18
Views: 4858

Was referring to AIX being at the head of the UNIX ports. :roll:
by chulett
Tue Apr 17, 2007 1:31 pm
Forum: General
Topic: SQL LOADER (sqlldr)
Replies: 7
Views: 3092

The ORABULK stage is old and really was meant only for Oracle 7 databases. Stick with the ORAOCIBL a.k.a. the 'Oracle OCI Load' stage. There you have a choice of Automatic versus Manual mode. The former is 'bulk loading on the fly' and the latter creates the files you are expecting and you must then...
by chulett
Tue Apr 17, 2007 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Index file Problem...
Replies: 18
Views: 7793

You sure you have ISAM files? They were replaced by VSAM ages ago from what I recall. Regardless, I really don't believe they can be accessed via a Sequential File stage - but what the heck, give it a shot. It's all good clean fun. :wink:
by chulett
Tue Apr 17, 2007 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Index file Problem...
Replies: 18
Views: 7793

Don't ask me, I don't have it yet. I doubt it does but that really should be a question to your Support provider.
by chulett
Tue Apr 17, 2007 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Location for TNS File
Replies: 10
Views: 9309

kommven wrote:You should be using ONLY ODBC Stage.

:? Why? I shun ODBC at every opportunity, preferring native interfaces whenever possible.
by chulett
Tue Apr 17, 2007 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Index file Problem...
Replies: 18
Views: 7793

Never done this, hence the 'possibly' part. And it would require purchasing ODBC drivers for this, nothing ships with DataStage that would handle the files in question. Or something like an iWay Adapter for VSAM or whatever you needed to access. Since either would need to be purchased, I'll stick wi...
by chulett
Tue Apr 17, 2007 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Index file Problem...
Replies: 18
Views: 7793

Index files? You mean like ISAM or VSAM? You won't be able to read them directly except possibly via ODBC with the right drivers. Or via a COBOL program.

Best to arrange to get the data dumped to a flat file.
by chulett
Tue Apr 17, 2007 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error after creating primary key
Replies: 2
Views: 805

Looks like the error itself gives you a couple of suggestions. Why not start with those?
by chulett
Tue Apr 17, 2007 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql not working in datastage
Replies: 16
Views: 3514

Doh! Thanks, going too fast today - I've corrected my previous post.

TO_CHAR() on select sql, TO_DATE() on 'update' sql.