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 |
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
What is Fastly Changing Dimension?
I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?
Tell me Wt main advantage of Stage varibles? Project level hints?
what is flow of project?
it is possible to load two tables data into one sequential file?if possible how?plz share with me?
what is the main difference between sorragate key n primary key in one word
On which interface you will be working as a developer?
In my project source data comes from MAINFRAME in files.so,This time data is coming as a binary file...I know for binary data we use Complex flat file stage..I have used it also..but on 'view data' data is not coming correctly..as it in MAINFRAME.give me some ideas..
Hi guys, In sequencer job, we have 3 sources, in that 1st source have some records, Here requirement is 1st source records are 100 then only run the job otherwise total job will abort... How to calculate this. please design the job. Thanks.
How much data u can get every day? 2)which data ur project contains? 3) what is the source in ur project?what is the biggest table & size in ur schema or in ur project?
5) A file contains 10 (1-10) I want trgt like Trgt 1 trgt 2 trgt 3 1 2 3 4 5 6 7 8 9 10