Search found 69 matches

by wfis
Wed May 28, 2008 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage
Replies: 2
Views: 805

XML Stage

Hi All,

I am trying to use an XML input stage. As I add it to the Designer canvas I see the icon as that of a builop stage. Is it installed ? Whats happening? It does not look like a normal XML input stage.

Any help.

Thanks
by wfis
Wed May 21, 2008 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: solution
Replies: 4
Views: 2020

Please use a more meaningful subject line for your queries.
Search the forum for 'Pivot'. There are many posts matching your requirement.
by wfis
Mon Mar 03, 2008 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading Teradata Decimal column
Replies: 2
Views: 1295

hamzaqk wrote:i would take your source is oracle ?
Well, its a flat file being sourced from Mainframe DB2.

-thnx
by wfis
Mon Mar 03, 2008 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading Teradata Decimal column
Replies: 2
Views: 1295

Error loading Teradata Decimal column

Hi, I'm trying to load a teradata table using Enterprise stage.Source is a dataset. Mode Write Truncate. While loading, the job aborts due to Datatype mismatch for column A, where col A is Decimal[20,0] both in source dataset as well as in Teradata target table. I read around some forums that Terada...
by wfis
Thu Jun 07, 2007 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5.0 vs 7.5.1 vs 7.5.2
Replies: 3
Views: 1139

7.5.0 vs 7.5.1 vs 7.5.2

hi all,

A very basic query:
Do these versions provide backward compatibility i.e. a job built in 7.5.0 be available for editing and execution in 7.5.1 and vice-versa:

And could anyone tell what's the difference between these releases.

TIA
by wfis
Wed Apr 11, 2007 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema/layout file generation
Replies: 1
Views: 943

Schema/layout file generation

Hi all,

We have a requirement to generate the output file layout/schema in the form of a sequential file along with the data file.

Can someone suggest the ways to do it without any manual steps (eg. copy-pasting schema from column definition etc).

Thanks in advance.
by wfis
Wed Mar 07, 2007 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop vs Transformer
Replies: 4
Views: 1224

Thanks Kumar for replying.
What i understand from your reply is, in the above scenario i should go for Transformer?
by wfis
Wed Mar 07, 2007 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using of schema file in a parallel job
Replies: 7
Views: 2649

Hi Kumar, one related query here. While using the schema file we dont get to see the column definitions in any of the stages(since we dont load it explicitly for obvious reasons). So lets say, if i want to use Hash partitoning for a join stage in the job which uses schema files and rcp, how do i do ...
by wfis
Wed Mar 07, 2007 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop vs Transformer
Replies: 4
Views: 1224

Buildop vs Transformer

Hi all, I have this generic query related to design approach. How do I make a call for using either a Buildop or a parallel Transformer for simple transformations? For eg, lets say if I want to simply trim the join keys, some data types conversions and rename them before performing a join, should I ...