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 |
iam new to datastage...now i want to know what are fact tables, dimension tables in bank domain...if any body knows plz tell me asap..
Input Data is: Emp_Id, EmpInd 100, 0 100, 0 100, 0 101, 1 101, 1 102, 0 102, 0 102, 1 103, 1 103, 1 I want Output 100, 0 100, 0 100, 0 101, 1 101, 1 Means Indicator should either all ZEROs or all ONEs per EmpId. Impliment this using SQL and DataStage both.
How to convert table data into xml file using xml output stage? please explain step by step;
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
How to remove ctrl M or(^M) characters in file using Sequential File stage?
2 Answers Bank Of America, Satyam,
Can you explain repository tables in datastage?
AGGREGATOR default datatype
what is the main difference between sorragate key n primary key in one word
How to reverse the string using SQL?
Hi frnds, my scenario is like i'm having a record 1234"1323£3434%343434^23232!1212$23232 in the above record all the special characters must be removed.how can we do it in datastage 8.0.1.can any one please ans this? thanx in advance
how can we create a Sorrogate key in transformer stage? I want it in parallel mode
what is .dsx files