-
What is the use of node in data stage ?
If we increase the nodes wt will happens?
-
What is the architecture of your Datastage project
I came across this question many times in interview, In specific what can i answer..... Please help..
-
Single column with multiple rows should be converted into single row with commas
Can any one help....
Source is.....
a
b
c
d
want target as.....
a,b,c,d
thanks in advance -
Load 10 Input files into 10 Target tables at a time
I have the 10 input file like F1,F2...F10 then I need to load these 10 input files into 10 target Output tables like T1,T2...T10. Here is the scenario for 10 tables But in future If i will receive 100 input files then I need to load it into respective 100 target tables.
After loading the input files into target tables I need a confirmation in the respective target tables(By input File... -
Print Minimum & Maximum Salary of Respective Employee
I have an input file in the below format :
NAME SAL
---- ---
A 4000
B 3000
C 8000
A 2000
B 7000
C 5000
B 2000
C 9000
A 1000
If I will use Sort ---> Aggregator Group by then it will give 3 columns like NAME,MAX(),MIN()
NAME MAX() MIN()
---- -----... -
-
(The connection was refused or the RPC daemon is not running (81016))" ...
can anyone help me ...
thankx in advance">Hi Everyone, I've loaded datastage 7.5 in my PC running Windows 2000 server. Installation was successful but while running any designer, manager or administrator it is asking hostname, user and password.. I've given hostname : localhost, user : Administrator and password for the same. but it is giving an error in connection "Failed to connect to host: Localhost, project: UV(The connection was refused or the RPC daemon is not running (81016))" ...can anyone help me ...thankx in advance
-
-
What is the purpose of the copy stage:
What is the uses of the copy stage with out copies input link to output link datasetsand it can have any purposes pls send me with example
-
-
What are Sequencers?
Sequencers are job control programs that execute other jobs with preset Job parameters.
-
-
-
-
Remove Duplicates
How to remove duplicates in datastage?
-
-
SRC records
SRC has 1 record I want 10records in target how is it possible ? plz explain me ?
-
Datastage scenario Question
A Sequences is calling activity 1, activity 2 and activity 3.while running, activity 1 and 2 got finished but 3 got aborted. How can I design a sequence such that the sequence has to run from activity 2 when I restart the sequences?
-
Convert multiple rows into columns in datastage
hi
i have sourse like
name,city
johny,newyork
johny,mumbai
johny,del
want output like
name,city1,city2,city3
johny,nework,mumbai,delhi
thanks in advance..
-
Multiple files and output
I have two files target 3 files
file no1:
1
2
3
4
file2
3
4
5
6
output like first file 1,2 first file 3,4 second file 5 ,6 3rd file target how to achieve this
DataStage Interview Questions
Ans