What are iconv and oconv?
No Answer is Posted For this Question
Be the First to Post Answer
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
What is meta stage?
I have file with empid,empname and I want to load these two fields along with sal in my target 1)salary must be same for all the records 2)I want pass the salary at run time
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
What are the repository tables in datastage?
Describe link sort?
i have flat file and using unix how can i generate sequence number into targer?
What r the existing server jobs in parallalism?
Input Data is: Emp_Id, EmpInd 100, 0 100, 0 100, 0 101, 1 101, 1 102, 0 102, 0 102, 1 103, 1 103, 1 I want Output 100, 0 100, 0 100, 0 101, 1 101, 1 Means Indicator should either all ZEROs or all ONEs per EmpId. Impliment this using SQL and DataStage both.
What is difference between server jobs & parallel jobs?
Define oconv () and iconv () functions in datastage?
Difference between in process and inter process?