-
Server transformer and Parallel transformer
Explain the difference between server transformer and parallel transformer
-
Why you need Modify Stage?
When you are able to handle Null handling and Data type changes in ODBC stages why you need Modify Stage?
-
Sparse Lookup and Normal Lookup
What are the differences between Sparse Lookup and Normal Lookup?
-
-
Remove duplicates using transformer
How do you remove duplicates using transformer stage in datastage
-
Setting up of node
How do we set up nodes in Datastage?
-
-
User Created Stages
Explain Wrapped, Build and Custom stages?
-
Sequential File Stage
If are given a list of .txt files and asked to read only the first 3 files using seq file stage. How will you do it?
-
Link sort/Stage sort
What is the use of sort stage when you have explicit sort stage?
-
Stage Variables Initialization
What are the initial values of stage variables? How can we set this values?
-
How to Create new user in Datastage 7.5
I want to create new user in datastage 7.5 I dont know how to do it?
-
Join Stage Reject Records
How to get the reject records from join stage?
-
Reading multiple files through sequential file
What are the ways to read multiiple files from sequentila file if the both files are differnt
-
Conditional load of records in Datastage
Source has sequential file stage in 10 records and move to transformer stage it has one output link 2 records and reject link has 5 records ? But i want remaining 3 records how to capture
-
-
Datastage partition
Which partition followed by joiner,merge. lookup,remove duplicate
-
How to get the last day of the current month?
I have explored all the available functions in the transformer stage, but could not find the exact function to get the last day of the current month. Can you please show me which function is available for this logic.
-
Source file and 3 output tables records problem
Suppose i am having a source file and 3 output tables and I want first row to be written to first table second row to second table, third row to third table likewise how can we achieve this using datastage without using partitioning?
-
Datastage scenario - two columns in the source
I have two columns in the source , COl A and Col B .
Input is like
Cola Colb
100 ABCDEF
I should achieve the output as
Cola Colb
100 A
100 B
100 C
100 D
100 E
100 F
Note : Colb is not of fixed length .
DataStage Interview Questions
Ans