Thursday, July 11, 2013

Is Modify Stage can be a alternate for Transformer

The Modify stage is a processing stage. It can have a single input link and a single output link. It can also be used to modify schema, Keep or Drop the input columns.If you are using transformer just to drop or change schema of columns then it is better we use modify stage. Below is the syntax of each of the operation possible in modify stage and below mentioned syntax can be used in specification box of modify stage.. Keeping and Dropping Fields : 'keep field1, field2, ... fieldn; ' 'drop field1, field2, ... fieldn;'   Renaming Fields:  ‘newField1=oldField1; newField2=oldField2;...newFieldn=oldFieldn;’ Duplicating...

Wednesday, July 10, 2013

Quick view of Funnel Stage

Funnel Stage: Funnel stage is processing stage is Datastage, which is used to combine more than one file into single file. It can support n #.of Input links and one output link.But prerequisite for it is that each and every file in source should have same Metadata. Here metadata means Data types and Column names too. Funnel Stage provides 3 funnel types in combining the files.Below same has been described. v     Sequence Funnel. v     Continuous Funnel. v     Sort Funnel. Below...
 

Datastage Doctrina Copyright © 2011 -- Template created by O Pregador -- Powered by Blogger

Receive all updates, tips and tricks via Facebook. Just Click the Like Button Below