What all are the different way to run a job?
No Answer is Posted For this Question
Be the First to Post Answer
how can we create rank using datastage?what is the meaning of rank?
DataStage Scenario based Interview Questions
Difference between ‘validated ok’ and ‘compiled’ in data stage?
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?
Why do we use link partitioner and link collector in datastage?
How do you import and export the datastage jobs?
what is the use of surogate key in datastage
How to reverse the string using SQL?
i want anser this question empno,ename,sal 12,mmm_ww,200 13,nnn_xx,300 14,bbb_qq,400 which stages are take which types of logicks are doing pls help me
What are the functionalities of link collector?
I have a input as: Col 1 1 2 2 3 I want 3 output as: Output1: 1 1 Output2: 2 2 Output3: 3 i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help