How can we run same job in 1 day 2 times
Answers were Sorted based on User's Feedback
Answer / ramya
By using some third party schedule tools we can achieve
this..
like Autosys and Control -M
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / bietl
we can do this in different ways.
1. we can right the userdefine shell script.
2. we can do with Job sequences by selecting Start - loop
and End -loop activties.
3. we can do with datastage director by scheduling.
I hope this will help ..
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / dileep
Can we try like this?
Schedule the job for every 12hours
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / subramanyam
you can even use DS Director to schedule th jobs...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kpk
you can even use DS Director to schedule th jobs...
| Is This Answer Correct ? | 4 Yes | 6 No |
Answer / hari
Hi this is Hari
I thing using Invocation Id we can run the job more than one
time in oneday.
In detailed
we have an option in Job properties---->Allow multiple
instance (enable this one and)
At the time running it will ask invocation id give the id
how many times u want run in particular day...
I think this will help you....
| Is This Answer Correct ? | 4 Yes | 6 No |
i have the source from Uk,north america how can i pass the data two tables based on the locations
on how many columns we can perform aggregation in the aggregator stage?
What is a delta record? How you will read it?
Scenario : I have 2 jobs say job A and Job B with parameters x and y respectively. I need to create a sequence job. If we pass parameter x then Job A should run, If we pass parameter y then Job B should run, if we dont pass any parameter then Both Job A & B should run.
Does datastage support slowly changing dimensions ?
Source contains the metadata source ----- hyderabad,chennai,bangalore by using nested loop sequence select source as hyderabad in target just run target as hyderabad only not others please give me answer thanks in advance(give reply how to wrote logic using nested loop sequence)
What are the main features of datastage?
Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?
What is difference between join, merge and lookup stage?
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
hi, how would i run job1 then job 3 , then job2 in a sequence of job1 ,job2,job3. Thanks sunitha
i have 3 diffrent tables. 1) US rate data 2)CANADA rate data and 3)MEXICO rate data. All 3 tables have 6 collumns each. 4 collumns are commun to all tables and 2 are diffrent. Now at target i want single table say Country rate which will have (4+2+2+2+1 flag) 11 collumns. I will add a flag collumn which will indicate country and will put nullable collumns which are not common to other. How i can implement this in datastage?