Search found 51 matches

by ds_teg
Sat Jan 07, 2012 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Partitioning before join stage
Replies: 8
Views: 4980

Input 2 is already sorted but not partitioned in the previous job while creating dataset . So , If i am using a hash partition before sort stage ( don't sort already sorted ) will not disturb the sort order ? Here I am using same partitiong on the both the links of the join stage .
by ds_teg
Fri Jan 06, 2012 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Partitioning before join stage
Replies: 8
Views: 4980

Code: Select all


TABLE -> Sort  ---->Join  ->o/p
                              ^
                              ||
DATASET --> Don't sort previously sorted

Here I am doing partitioning first ( before sort stages ) & keeping same partitioning in join stage ..Just wanted to know if it is correct
by ds_teg
Fri Jan 06, 2012 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Partitioning before join stage
Replies: 8
Views: 4980

Question on Partitioning before join stage

Hi All , I have some basic question about join stage . The design of the job is as below Input1:comes from oracle enterprise stage select col1 , col2 , col3 , col4 from table Input2: dataset ( dataset is generated in previous job with design Oracle enterprise ---> Sort Col1 , Col2 --> Dataset ) Inpu...
by ds_teg
Mon Jun 06, 2011 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN operator in DATASTAGE
Replies: 8
Views: 8575

can you please elaborate the requirement ? IN operator can acheived by filter stage .
by ds_teg
Sat Jun 04, 2011 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while handling Decimal Fields in CFF Stage
Replies: 4
Views: 3481

if you have the copy books ..import those table definitions and see if you have given it correctly in CFF
by ds_teg
Sat Jun 04, 2011 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer compilation eror
Replies: 12
Views: 10893

This is a problem of c++ compiler i guess ..try to set apt_compiler_opt and apt_compiler variables correctly ..
by ds_teg
Sat Jun 04, 2011 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: read multiple files using sequential file,
Replies: 2
Views: 2819

use file pattern and after that extract filename the file . Use this filename in transformer constraints to segregate the records ..in derivations use these n add another column ..
by ds_teg
Wed Nov 03, 2010 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Import
Replies: 13
Views: 7616

Hi Mike ,

Thanks for your response..Just wondering if any one has a utility to convert a DML file into datastage schema file ..
by ds_teg
Tue Nov 02, 2010 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Import
Replies: 13
Views: 7616

Ok now I got DML file in abinitio .Now how to convert that DML file in abinitio to datastage schema file ??
by ds_teg
Tue Nov 02, 2010 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Import
Replies: 13
Views: 7616

They are using abinitio to dump the files .But there are no headers for the files ..
by ds_teg
Thu Oct 28, 2010 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Import
Replies: 13
Views: 7616

Thanks a lot Ernie for giving more inputs . Ray , I do know that i need to have access to the table . Here I am trying to understand if there are any other ways . May be i should have explained in more detail .... I am getting a bunch of files , which I need to read,format , transform and load into ...
by ds_teg
Wed Oct 27, 2010 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Import
Replies: 13
Views: 7616

Is there any way to create a schema file from the DDL script ?? :?: :?:
by ds_teg
Wed Oct 27, 2010 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Import
Replies: 13
Views: 7616

Unfortunately I don't have select access from datastage server . I have select access from local desktop . So any other suggestions ??
by ds_teg
Tue Oct 26, 2010 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Import
Replies: 13
Views: 7616

Metadata Import

Hi All , I am trying to import the table definition into datastage . But I dont have access to the oracle table which I am importing into datastage . I have DDL script for that table .Is there any way I can import the table definition . I have to do this for 20 tables which are having many columns ....
by ds_teg
Wed Oct 13, 2010 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete Parameter Set from Designer
Replies: 0
Views: 1649

Unable to delete Parameter Set from Designer

Hi all, Just wanted to know what is the table name in shared metadata repository (XMETA) which stores information about Parameter set. For example all the datastage jobs are stored in DS_JOBS, routines in DS_ROUTINES, containers in DS_CONTAINERS This is because I need to edit an parameter set in my ...