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 |
Wat is isolation level and when do u use them?
how to get the unique records on multiple columns by using sequential file stage only
What is difference between server jobs & parallel jobs?
How do u convert the columns to rows in datastage?
my source seq file have col1 1 2 3 4 5 6 7 8 9 i have 4 targets t1 t2 t3 t4 1 2 3 4 5 6 7 8 9 like this how we can get?
SOURCE CITY NAME1 NAME2 NAME3 NAME4 BGLR HCL CSC IBM TCS TARGET CITY COMPANY BGLR HCL BGLR CSC BGLR IBM BGLR TCS
what is use of SDR function?
Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C
Explain Quality stage?
Hi friends, I am new to datastage, i have one query in datastage any one you please give reply to my post. I have a workbook (excel sheet) named as eg: xxxx, in that i have two tables emp(eid, ename, salary, deptno) and dep(deptno, name, state). in my source i have ODBC enterprise stage read the emp table and dept table join the two table and write the dept no 10(eid,ename,salary,name,state) values in target(). Thanks, Badari
hi everbody, i have a problem in my project.. Native Error Code: -407 "Assignment of a null value to a not null column" hi everbody, i have a problem in my project.. Native Error Code: -407 "Assignment of a null value to a not null column" i have no idea, what should i do..please help :(
My input has a unique column-id with the values 10,20,30.....how can i get first record in one o/p file,last record in another o/p file and rest of the records in 3rd o/p file?