Define Job control?
No Answer is Posted For this Question
Be the First to Post Answer
What is Horizontal transformation, vertical transformation,diagonal transformation?
what is Audit table?Have u use audit table in ur project?
What are orabulk and bcp stages?
i/p 1,a,1000 2,b,2000 3,c,3000 i want to get o/p as o/p 1,a,3000 2,b,4000 3,c,5000 how it can be done on using datastage?
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
in sequtial file 2 columns avaliable, i want only one column load the target. for this we can do by modify and copy stage. But here when using modify stage (in property drop column1) until it is ok. if target is data set How to view the data. with out using data management. what is the reason for this. if any body know this answer plz tel me. thanks.
Differentiate between Join, Merge and Lookup stage?
how many write modes are there in ds
A signal has a wavelength of 1 micro min in air.how far can the front of the wave travel during 1000periods?
Hi guys, 7. how to get this output i/p col1,col2 101,a 102,b 103,c 104,d o/p col1,col2 101,d 102,c 103,b 104,a Thanks
I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.