How can we run same job in 1 day 2 times
Answers were Sorted based on User's Feedback
Answer / fahmida
By scheduling the job through the director we can acheive
this
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / kiran
or make use of start and end loop in the Sequence
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rambabu
multiple instance is a good concept available in ds
parallel jobs through this concept we can run aphysical job
more than one time at a time
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / srinivas
check the option in job properties
"allow multiple instance"
| Is This Answer Correct ? | 1 Yes | 1 No |
where the log files or tables can store in DS?
What are the unit test cases you used in your project?
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
there are two schemas x and y are there. some data is in x schema. i want to use that in y schema..how can i use? please give some possibilities
how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)
in source is like seq file in date column have dd-mm-yy dddd-mmmm-yyyy mm-dd-yy yy-dd-mm yy-mm-dd i want to display only yy-dd-mm date formats only in tgt?
what is initial load and incremental load
hi this is kiran i have one table i want divide the table with two different table like even rows and odd rows how can i do this one tell me plzz
what is normalization and denormalization
how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know
WHAT IS FORCE COMPILE?
How many Nodes configuration file you used in your last project?