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
Answers were Sorted based on User's Feedback
Answer / kiran
hai this is kiran ..,
if any changes do in ur parallal job automatically it will
reflect on sequencer jobs.
Thanks & Regards
Kiran
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / rajesh
once modifications are done,simply compile the job and run
the sequencer.no need to do any changes in sequencer.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / guest
For your "WHY "
The sequence doesnot contain the underlying code of the
job but it picks up the code from the job whose reference
is given in the sequence.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
What changes do u propose to make in the sequence???
I only contains the job name and the parameters.
As long as you dont make any changes to the job name or
parameters used by the job u dont need to care about the
sequence but if u change the above u need to compile the
sequence.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / 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 |
How do you schedule or monitoring the job?
1)How to do error handling in datastage? 2)Did sequential stage accepts .xl files ,xml? znd how?
In merge stage can we update the values?
if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables?chandu how can i implement scd typ1 and type2 in both server and in parallel?chandu field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the ,inthe fields?
What is active and passive stage?
What are routines in datastage?
1.which index is follows the dimensions tables?why? 2.what is the use of trigger in job sequence? 3.what is the mean of optimization? 4.what is the job control?when we use it? what is difference bet batch and sequencer? 6.seq--->seq,seq--->copy--->seq which one is best and efficient?
what is advantages of snowflake when it is used?
What is "fatal error/rdbms code 3996" error?
If you want to use a same piece of code in different jobs, how will you achieve this?
i have a scenario with i/p as ID,salary with values 1,1000 2,2000 and 3,4000 i need an extra column in the o/p named amount with values 2000,4000 and NULL. how can i get it?
on how many columns we can perform aggregation in the aggregator stage?