Search found 138 matches

by sreddy
Mon Jul 07, 2008 8:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What does it get better performance? Filter or transformer?
Replies: 7
Views: 4924

Re: What does it get better performance? Filter or transform

Hi That is quite natural, we can do 1. Filter the data (Constraint) 2. Do conversions 3. We can create Surrogate Key So many things we have to do. That is why performance is low. Filter stage is specified only for that purpose http://it.toolbox.com/blogs/infosphere/is-the-datastage-parallel-transfor...
by sreddy
Sat Jun 28, 2008 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversions
Replies: 4
Views: 3060

Re: Date conversions

Hi


Go through this like you can found many date conversions.




http://mike2.openmethodology.org/wiki/A ... ming_Guide


iamnagus wrote:How Many types of syntaxes available for date conversions in MODIFY stage.

can any one brief about this
by sreddy
Fri Jun 27, 2008 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting a nullable source to a non-nullable result
Replies: 17
Views: 7658

ABC123 After selecting the data, usually we are checking database connection; column definition of metadata is matching with base table. All these happened Oracle, ODBC, Sequential File stage except Hash File As per my knowledge a copy of Table Definition (Meta Data) is holding in Stage level. When ...
by sreddy
Fri Jun 27, 2008 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameters for performance tuning
Replies: 2
Views: 1797

Re: Parameters for performance tuning

Rakesh You can get more information when you read Datastage Advanced developer guide. Hi all, I am running a job with source as MQ and target as teradata, between many transformations/business rules has been implemented. My question is, what are the parameters will affects the performance of the job...
by sreddy
Fri Jun 27, 2008 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insances
Replies: 4
Views: 1635

Re: insances

Hi


Good question, I tried with Oracle stage it creates 2 instances every time.
More over mostly it differs based on Stage.


I am not sure.





DWH-M wrote:HI

In px job if i am using 5 stages in job and running on 3 node configfile, howmany instances data stage will create backend.


thanx in advance

SD
by sreddy
Fri Jun 27, 2008 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VARCHAR to BigInt
Replies: 4
Views: 2638

Shave After reading i understand you can view your data present Varchar data type. All your source CSV data is in Integer or number right. Try to cover all your source column data types in to as per the Target types and try to view the data. My target is DB2 database. But I am trying to load it usin...
by sreddy
Thu Jun 26, 2008 8:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting query data from TOAD to text file
Replies: 4
Views: 2945

Re: Exporting query data from TOAD to text file

Akonda Are you going to give this data as input some one in your environment? If that is the reason you have to check with them. Other wise it is performance issue to your system. Usually this discussion is not good in DSXchange, but this also part of our work. Thanks to Hulett he has given TOAD gro...
by sreddy
Thu Jun 26, 2008 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting query data from TOAD to text file
Replies: 4
Views: 2945

Re: Exporting query data from TOAD to text file

Akonda Are you going to give this data as input some one in your environment? If that is the reason you have to check with them. Other wise it is performance issue to your system. Usually this discussion is not good in DSXchange, but this also part of our work. Hi I am getting below error while expr...
by sreddy
Thu Jun 26, 2008 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: copy error
Replies: 5
Views: 2188

Re: copy error

Veera Posted by Vincent McBurney Go to the home directory of your project and have a look at th rights and ownership of the RT_CONFIG1809 folder. Is i different to the other RT_CONFIG folders? Have a look insid that folder and make sure there are two files there. Hash file are made up of two files. ...
by sreddy
Thu Jun 26, 2008 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conductor node, Section leader and player help
Replies: 6
Views: 2994

Re: Conductor node, Section leader and player help

Hi Operators. These underlie the stages in a DataStage job. A single stage may correspond to a single operator, or a number of operators, depending on the properties you have set, and whether you have chosen to partition or collect or sort data on the input link to a stage. At compilation, DataStage...
by sreddy
Wed Jun 25, 2008 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to know the job is being called in which sequence?
Replies: 4
Views: 1286

Skumar

SELECT OBJIDNO FROM DS_JOBOBJECTS WHERE EVAL '@RECORD' LIKE '%Job_Name%'


Take Usage Analysis at Manager.



These two I know.
by sreddy
Tue Jun 24, 2008 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete existing record before insert
Replies: 12
Views: 5438

Haisen


As per my knowledge PL/SQL is the only option to do all three in one jobs.







haisen wrote:Yes, is there a way to do insert, update & delete all in a single job?
by sreddy
Tue Jun 24, 2008 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do i compare ??
Replies: 12
Views: 3197

Re: How do i compare ??

Aladap12 This is not Datastage issue, you have to write a SQL query to remove duplicates at Source Database Stage ( userdefined ). DELETE FROM table_name A WHERE a.rowid > ANY (SELECT B.rowid FROM table_name B WHERE A.col1 = B.col1 AND A.col2 = B.col2 ); ---------------------------------------------...
by sreddy
Tue Jun 24, 2008 3:21 pm
Forum: General
Topic: ETL Specification
Replies: 8
Views: 7240

Re: ETL Specification

MattKeevil Go through your BRD, discuss with your BA/Team Lead. They have to clarify all your droughts. Then start with TDD. In TDD you have given complete flow of mapping (column level) Transformation Rules based on Business logic, Pseudocode, description purpose of this job. Check with your team i...
by sreddy
Tue Jun 24, 2008 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Any Good Documentation on Best Practices
Replies: 8
Views: 3909

Re: Any Good Documentation on Best Practices

Horserider Your entire questions are reasonable manner (1) Transformer usage that depends on business logic, In PX we have individual stage for transformations that is why Transformer usage is less. (2) Lookup stage earlier in server 16 per one transformer, i am not sure. (3) For Merge, Join and Loo...