how to call routines in stages?
Answers were Sorted based on User's Feedback
Answer / kiran
hai This is Kiran..,
Call routines in designer by using ytransformewr stage
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abhi jain
There is a routine activity in job sequence through which
you can call your routine.
| Is This Answer Correct ? | 2 Yes | 1 No |
How can we do null handling in sequential files?
how to call sequential generator in datastage?
wt is the difference between swith and filter stage
file1 1 2 3 4 file2 3 4 5 6 output should be in three targets T1 T2 T3 1 3 5 2 4 6 how to do this? can any one help? Thanks
1)Source file contains one record, I want 100 records in target file.
how to clear the source file? 2) diff b/t odbc & Oracle?what is node? 3) explain one complex job u face in ur project
how to do pergformence tuning in datastage?
how to validate the jobs
in source is like seq file in date column have dd-mm-yy dddd-mmmm-yyyy mm-dd-yy yy-dd-mm yy-mm-dd i want to display only yy-dd-mm date formats only in tgt?
what is time dimension? and how to populate time demension
what is meant by port ? what is the use of port ? what are the different type of ports and its usage
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage