2.how u run your rotines in unix?
what is job sequencer?
if i have 4 jobs i would like to run 2 jobs in server(using job jobsequencer)and remaining 2 in parallel?how can i run?
what is operator combinality in datastage?
What are transforms and what is the differenece between routines and transforms?
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
How do you register plug-ins?
What steps should be taken to improve Datastage jobs?
What is the difference between an operational datastage and a data warehouse?
Can you explain kafka connector?
This is UNIX question asked in DataStage Interview. Say I have n numbers of records in a text file. I want first 3 records in 1st file, last three records in 3rd file and remaining n-6 records in 2nd file. (Note: we don't know how many records are there in the File. I am getting one file on daily basis and I want three target files as asked above)
options available in sequence job to run,validate?
What are the unit test cases you used in your project?
how do u convert date in 20-12-07 to dec-20-2007 or 20-dec- 2007 or 20-dec-07 in parallel
how can u connect the client system directly at any time?