Search found 84 matches

by srekant
Thu Jun 02, 2005 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CompareStage
Replies: 9
Views: 3472

Comapre

srekant - instead of getting an explanation that would be a copy of what the documentation states, just do it - run the job and then go into the dataset explorer or use orchadmin to see what the resultant dataset looks like. Column propagation is a wonderful and powerful tool that, unfortunately, c...
by srekant
Thu Jun 02, 2005 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CompareStage
Replies: 9
Views: 3472

Re: Compare

srekant wrote:If i am runtime column propagation then how will be my target dataset .do i have to manually create the column names.

i.e
i created a job :

Code: Select all

Seq

                      Compare                        Dataset

 Oracle Enetrprise
then how am i going to have my target definition.
by srekant
Thu Jun 02, 2005 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CompareStage
Replies: 9
Views: 3472

Compare

If i am runtime column propagation then how will be my target dataset .do i have to manually create the column names. i.e i created a job : Seq Compare Dataset Oracle Enetrprise then how am i going to have my target definition.
by srekant
Thu Jun 02, 2005 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CompareStage
Replies: 9
Views: 3472

CompareStage

hi, I trying to use compare stage .I went to developers guide in it it was given We recommend that you use runtime column propagation in this stage and allow DataStage to define the output column schema for you . but when i practically do it in Datastage 7.5 EE in output tab columns are not getting ...
by srekant
Tue May 31, 2005 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Constraint based laoding
Replies: 4
Views: 1433

Constraint based laoding

How can i achieve constraint based laoding using datastage7.5 EE .My target tables have inter dependencies i.e Primarykey foreign key constraints.I want my primary key tables to be loaded first and then my foreign key tables and also primary key tables should be committed before the foreign key tabl...
by srekant
Tue May 31, 2005 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Elapsed time
Replies: 2
Views: 1668

TRY this out.

u can do it by running dsjobreport as an after job routine in your parallel job this will create log information in an XML file. create an other job which reads this xml file (XML file input stage) import the metadata using xml metadata importer when u import u can see the elapsed time,instance id ...
by srekant
Thu May 26, 2005 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit Frequency
Replies: 8
Views: 4273

you can achieve it by environement variable $APT_ORAUPSERT_COMMIT_ROW_INTERVAL
by srekant
Wed May 25, 2005 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row to column
Replies: 4
Views: 2170

You can use pivot stage to do it.
by srekant
Fri May 13, 2005 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key generator
Replies: 2
Views: 2239

Surrogate Key generator

I am using Suroogate Key generator.It is working fine for the current run, but, when i run the same jon the next day it is starting to generate keys starting fom 1.My requirement is it should start from where it left previous day.How can i achieve this.
by srekant
Wed May 04, 2005 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Parsing
Replies: 37
Views: 14961

Solution

In Transformer u have the substring function i.e [,],use this function to split the second column in the source i.e [b]Derivation[/b] [b]Columnname[/b] Map as it is from input Field1 split the second column as below DSLink3.FIELD2 [1,3] Field21 (DSLink3.FIELD2[5,7])[1,3] Field22 DSLink3.FIELD2 [9,11...
by srekant
Wed May 04, 2005 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Parsing
Replies: 37
Views: 14961

String parsing

Hi, I am able to get output as required in DataStage Parallel Jobs using a pivot the design is as shown below I/P------------>Xfm----------------->Pivot------------->o/p(DataSet). I/p is a sequential file and in Transformer(Xfm) i am spliting the second column of input into multiple columns using su...
by srekant
Thu Apr 28, 2005 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting the column
Replies: 3
Views: 1440

but my source file is like this A2005 B02 C02 4080,556095100,50000000 4080,556095100,50000000 4080,556095100,50000000 4080,556095100,50000000 4080,556095100,50000000 4080,556095100,50000000 4080,556095100,50000000 4080,556095100,50000000 if i take substr(1,4) then only 3 column will be outputed but ...
by srekant
Wed Apr 27, 2005 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting the column
Replies: 3
Views: 1440

splitting the column

Hai, I have a scenario where the source file is of format Source Sample Input Data Year -------------------------- 2002 Month -------------------------- 02 Month ---------------------------02 COMC ---------------------------4089 GROUP ------------------------------511111111 CS ----------------------...
by srekant
Wed Apr 27, 2005 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle_Enterprise_Stage
Replies: 2
Views: 2206

Oracle_Enterprise_Stage

I am getting the following eroor when trying to run the job which have Oracle_Enterprise stage Oracle_Enterprise_1: Can't find version in v$version [orautils.C:587] Oracle_Enterprise_1: GenericQuery:esqlErrorHandler Fetch failed for: GenericStmt_3 query is: SELECT banner FROM V$VERSION sqlcode is: ...
by srekant
Mon Apr 25, 2005 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup error
Replies: 9
Views: 3282

SELECT HORSE,FREEZEMARK,MCHIP,REG_SOC,LV FROM MASTER

above is the query i am executing it is working fine in sqlplus.but when i am using in Oraqcle stage it is giving problem