-
What is base partitioning
What is base partitioning in DataStage how we can implement
-
Most Difficult Jobs you have created
Hi Guys,
I have 3 yrs for experiences in datastage , though not much practical experience due to various reasons, now I have been asked this question in 4 of my interviews and I am always flounder at it . Have tried different approaches , telling the truth , telling a real situation I faced which actually was not that difficult , but I always seems to flounder at this question... -
Datastage 8.1
In datastage 8.1 What is the limit of the file size? Is there limit from # of rows and # of field perspective for file extract to be fed in profile stage
-
-
Diff between userdefined environment variables and parameter sets
Hi all, pls let me know the purpose of using User defined environment variables and parameters sets
-
Purpose of using user defined environment variables and parameter sets
What is the purpose of using user defined environment variables and parameter sets. I m little bit confused. Could any one explain me in detail.?
-
-
-
-
Increment Values based on column (Looping)
I have source like this
Num, SeqNo,Ln,Qty
101, 1 ,1,5
I wanna target following below
Num,SeqNo,Ln,Qty
101, 1 , 1, 1
101, 1 , 2, 1
101, 1 , 3, 1
101, 1 , 4, 1
101, 1 , 5, 1
Based on Qty value records will be incremented.If qty value is 4 then o/p will be like below
Num,SeqNo,Ln,Qty
101, 1... -
Scenario based question
How to find if the next value in a column is incrementing or not
for ex
100
200
300
400
If the curval greater than previous val then print greater if lesser print lesser
For ex
100
200
150
400, Here 150 -
Getting files In datastage
How to get a files from different servers to one server in datastage by using unix command?
-
-
How to identify updated records in datastage.
How can we identify updated records in datastage? Only updated records without having any row-id and date column available.
-
Design a job
I have table(Emp) with the columns Eid,Ename,Sal,month(sal),year(sal) and DOB (say 15th-Jan-1981).
Design a job such that the output displays Ename,year(sal),tot(sal) and current age i.e. For Ex: 18 yrs -
What are the Datastage native operators
What are the Datastage native operators??
C
C++
BASIC
OSH
Could you brief this please -
Copy Stage in Processing
Having single input in the source wants the repetition of the input in the column of the target using only copy stage.
-
How is Cartesian join performed using a join stage?
I have
source
10
20
20
reference 10
20
20
can someone tell me how a cartesian join performed using a join stage in datastage.
Thanks
Sravanthi -
-
Display the Rank in asending & descending order for salary column
Can anybody solve this interview question in DataStage?
My input is:
EMPNO, DEPTNO, SALARY
1 A 100
2 A 4000
3 A 400
4 B 500
5 B 150
6 B 700
I need extra column "Rank" in the output is:
EMPNO, DEPTNO, SALARY,...
DataStage Interview Questions
Ans