1)What is ur project architecture ?
2)how to move project from developement to uat?
3)What is the difference between datastage 6,7.1 and
datasttage 7.5?
4).How to do error handling in datastage?
5)3.Whta is unit testing, system testing and integration
testing?
6)What is the Exact difference between BASIC Transformer
and NORMAL Transformer?When we will go for BASIC Or NORMAL
Transformer

7)why we use third party tools in datastage?
8)What is the purpose of Debugging stages? In real time
Where we will use?

Answers were Sorted based on User's Feedback



1)What is ur project architecture ? 2)how to move project from developement to uat? 3)What is the ..

Answer / hemachandra

Answer for 2 Question

2) By using the Datastage Manager we can move the project
from Dev to Uat.
.Through datastage manager Export the project into your
lacal machine as .dsx format (project.dsx) from DEV server.
.The same .dsx (project.dsx) import into UAT server by
using the datastage manager.

Is This Answer Correct ?    22 Yes 0 No

1)What is ur project architecture ? 2)how to move project from developement to uat? 3)What is the ..

Answer / ramya

Answer for 6th question.

1. The Transformer stage is inherent PX functionality,
whereas the BASIC Transformer uses a Server interface to
call a Server Transformer stage. There's severe performance
impact as well as partitioning limitations, but it does
give a PX job some access to existing Server functionality.
2. There ate two types of transformer i. Basic
transformer and ii. Active transformer. Basic transformer
is used for SMP system and not in MPP or cluster. Basic
transformer (BASIC is the language supported by the Data
stage server engine and available in Server job). Where in
Datastage Px the Active transformer get use.
3. Transformer stages are always active stages. The
basic transform stage is part of the Server product, but
the PX engine allows this stage to be called (the opposite,
using a PX stage in Server is not possible)

4.
In parallel jobs there are two, very different, stage
types. One is called the Transfomer stage, the other is
called the BASIC Transformer stage.

Parallel jobs do not use the DataStage BASIC run machine;
instead they use a C-based environment that is/was called
osh (from "Orchestrate shell", Orchestrate being the
original name for the parallel execution environment
acquired by Ascential by purchasing Torrent).

This is why the Transformer stage in parallel jobs does not
use BASIC. The BASIC language not supported in osh .

The BASIC Transformer stage in parallel jobs causes osh to
invoke the DataStage BASIC run machine for the stage to be
executed. This obviously is an extra overhead.


5. The Transformer stage in parallel jobs can NOT access
BASIC functions, etc. It uses a completely different
expression editor, with a largely equivalent list of
operators, and a different, though overlapping, list of
functions and other operands (but they're not BASIC
functions and operators).

The BASIC Transformer stage in parallel jobs is a direct
equivalent of the Transformer stage in server jobs. Its use
will carry a performance overhead, because the BASIC run
machine will also need to be loaded when the parallel job
is executed. But the convenience might well override this
consideration, particularly given the richness of the
function set in BASIC

Is This Answer Correct ?    5 Yes 1 No

1)What is ur project architecture ? 2)how to move project from developement to uat? 3)What is the ..

Answer / rajesh

1) bottom up architecture
2)Through ds manager export into local machine from development server in .dsx format and then import into uat server.
4) go to status view in datastage director. we can see errors.
6)Basic transformer:- Compiles in Basic language and takes less time to compile.
Doesn't supports multiple nodes and use in server jobs.
Normal transformer:- compiles in basic language and c++ and takes more time to compile compare to basic transformer.
It is used in parallel jobs and supports nodes.
7)More reliable to support particular process like sheduling ann ata modelling.
eg- autosis, erwin
8) to pick up sample data and to test d job.

Is This Answer Correct ?    6 Yes 3 No

1)What is ur project architecture ? 2)how to move project from developement to uat? 3)What is the ..

Answer / nisha

4) Error handling can be done by using the reject file link.
what are the errors coming through job needs to be caputure
in sequential file and that file needs to be fetch in job
which will load this exceptions or errors in database.

Is This Answer Correct ?    6 Yes 4 No

1)What is ur project architecture ? 2)how to move project from developement to uat? 3)What is the ..

Answer / sagar.

Answer for 7 question.
Firstly, C++ complier to generate .gcc(The GCC C++ compiler)
in UNIX environment.
secondly, Tivoli Critical Alert for monitoring jobs…..if
any job fails(maintains projects ) it will automatically
fires a Notification mail to support person.

Is This Answer Correct ?    2 Yes 1 No

1)What is ur project architecture ? 2)how to move project from developement to uat? 3)What is the ..

Answer / nish

third party tools mostly employed are for automation of job schedules and monitoring.
Products include
IBM TWS (Tivoli)
Control-M
AutoSYS

your jobs might be a part of chain of other jobs so usage of such tools becomes inevitable.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Data Stage Interview Questions

is it possible to access the same job by two users at a time in DataStage?

2 Answers   IBM,


1)What is ur project architecture ? 2)how to move project from developement to uat? 3)What is the difference between datastage 6,7.1 and datasttage 7.5? 4).How to do error handling in datastage? 5)3.Whta is unit testing, system testing and integration testing? 6)What is the Exact difference between BASIC Transformer and NORMAL Transformer?When we will go for BASIC Or NORMAL Transformer 7)why we use third party tools in datastage? 8)What is the purpose of Debugging stages? In real time Where we will use?

6 Answers   CTS, HCL, IBM, Wipro,


How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.

0 Answers   CTS,


What is "fatal error/rdbms code 3996" error?

0 Answers  


What are the prerequisites for join stage

2 Answers  






How to Convert a string function to date function by using only sequential file stage with out using other stages ?

5 Answers   TCS,


What is the difference between account and directory options ?

0 Answers  


Demonstrate experience in maintaining quality process standards?

0 Answers   iGate,


how to closeing records after 10,000 records come?

3 Answers  


What is the purpose of pivot stage and types of containers in datastage

0 Answers  


tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise

0 Answers   IBM,


Hi am sundar, i have datas like 00023-1010 00086-1010 00184F2-1010 . . . . SCH-AS-1010 200-0196-039 . . . Now i want the result "SCH-AS" in onee column and "1010" in another column.. Can any one tell the answer...

5 Answers  


Categories