in a job of 20 one job is very slow due to that entire job
is slow how can u find out which job is slow?
Answer / swamy
By using jobmonitoring... it displays all the jobs.. state
and link level performance. so we can find, which job is
running slowly...
bye...
Swamy - 9985223203
| Is This Answer Correct ? | 7 Yes | 2 No |
I have a file it contain 2 records like empname,company as Ram, Tcs and Ram, IBM. But i want empname, company1,company2 as Ram, TCS,IBM in the target. How?
Describe stream connector?
how to get the unique records on multiple columns by using sequential file stage only
What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)
how can we join one oracle & flat files ?
my soure table is emp having columns sal,deptno in the deptno 10,20,30deptno row are there expected out put is min(sal) of 10th deptno,max(sal) of 20th deptno,mean(sal) of 30th deptno using aggregation stage
Emp login_timestamp Logout_timestamp A,2019-02-01 02:24:15,2019-02-01 04:59:42 B,2019-03-29 14:43:30,2019-03-29 20:22:00 ABC,2019-03-29 12:43:00,2019-03-29 23:22:59 In the above calculate the duration of hours spent in office for each emp in datastage.
Hi, My source is oracle(eno,ename,sal,commision,...), my requirement is like this, if there is a null values in commission col i want to keep it as null,and for the remaining first two characters of the value in my target. Plz help me
can explain wt is the pool for file.
how can u connect the client system directly at any time?
whats relation between configuration file and datasets?
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?