Page 1 of 1

subroutine

Posted: Tue Oct 11, 2005 10:22 am
by somu_june
Hi,
Can any one tell me how to craete a before job subroutine using basic functions for data cleansing. I need subroutine code for data cleansing.







Thanks,
Somaraju

Posted: Tue Oct 11, 2005 10:50 am
by kcbland
Welcome aboard. Please post your questions in the relevant forums, the FAQ is not the right place for your question.

Please describe what you mean by data cleansing. Are you talking about an library of data quality information that is used by a process to inspect, validate, and repair data discrepancies? Or do you need profiling information gathered?

Re: subroutine

Posted: Tue Jul 25, 2006 9:39 am
by ramdev_srh
somu_june wrote:Hi,
Can any one tell me how to craete a before job subroutine using basic functions for data cleansing. I need subroutine code for data cleansing.







Thanks,
Somaraju

Hi ,
In job properties window you can mention before subroutine and after subroutine.

Pls correct me if it is a mistake.

Regards
ramdev

Re: subroutine

Posted: Tue Jul 25, 2006 2:50 pm
by ray.wurlod
somu_june wrote: Can any one tell me how to craete a before job subroutine using basic functions for data cleansing. I need subroutine code for data cleansing.
You create the routine as type "before/after subroutine" in the Routines branch, and refer to it in the job properties dialog in the before-job subroutine field.

Why do you want to write code to do data cleansing? Surely that is one of the purposes of DataStage itself!