-
-
-
-
What is base partitioning
What is base partitioning in DataStage how we can implement
-
Ways of implementing scd2
How many number of ways that you can implement SCD2 ? Explain them
-
Datastage Questions
what is multiple instances?how u trigger the job in windows?how can u see,delete dataset in unix and windows?what is the function of shared container?why don't we use odd nodes to run the job?what is the normal view and materialized view?when do u use separate sort stage and inbuilt sort utility in a stage?what is the difference?if a job is aborted?can v run the job with out compilation?how do u commit...
-
Job Endtime
How to find job endtime?
-
-
Incremental loading
How to design a job with incremental loading in datastage?
-
-
How do we pass parameters from UNIX?
How do we pass parameters from UNIX? & How do we pass parameters by using UNIX shell scripting?
-
-
Improve performance using copy stage
How can we improve performance using copy stage
-
How did u connect with DB2 in your last project?
Most of the times the data was sent to us in the form of flat files. The data is dumped and sent to us. In some cases were we need to connect to DB2 for look-ups as an instance then we used ODBC drivers to connect to DB2 (or) DB2-UDB depending the situation and availability. Certainly DB2-UDB is better in terms of performance as you know the native drivers are always better than ODBC drivers. 'iSeries...
-
What are other Performance tunings you have done in your last project to increase the performance of slowly running jobs?
Staged the data coming from ODBC/OCI/DB2UDB stages or any database on the server using Hash/Sequential files for optimum performance also for data recovery in case job aborts.Tuned the OCI stage for 'Array Size' and 'Rows per Transaction' numerical values for faster inserts, updates and selects.Tuned the 'Project Tunables' in Administrator for better performance.Used sorted data for Aggregator.Sorted...
-
What are OConv () and Iconv () functions and where are they used?
IConv() - Converts a string to an internal storage formatOConv() - Converts an expression to an output format.
-
-
-
What does a Config File in parallel extender consist of?
Config file consists of the following. a) Number of Processes or Nodes. b) Actual Disk Storage Location.
-
ETL Tools Lookup Stage
By using the Lookup stage we will combine the data from multiple table. By using join stage also we will combine the data from multiple tables. Then what is the need of Lookup stage?
DataStage Interview Questions
Ans