If I make any changes in the parallel job,do I need to
implement the changes in the sequencer job,else the changes
will be reflected automatically
Answer Posted / riyaz ahamed m
if your concern is about only the stage level of a job,,,there is no change required at sequence level.
if you are adding new parameter for the same job you need to apply the same change at sequence level as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
What is a datastage job?
What are transforms and what is the differenece between routines and transforms?
What are the processing stages?
How to Remove Duplicate using SQL?
Define Merge?
What is the purpose of pivot stage?
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
which r the connectors used in san?
How many types of sorting methods are available in datastage?
Can you explain kafka connector?
What is a folder? Difference types of stages?
What are the steps needed to create a simple basic datastage job?
How do u convert the columns to rows in datastage?
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?