What is the version control how can i apply this in
DataStage can any one tell me the anser

Answers were Sorted based on User's Feedback



What is the version control how can i apply this in DataStage can any one tell me the anser..

Answer / rajdeep chatterjee

Version control is a tool that comes with DataStage 7.5
(from DataStage 8 onwards we don't have this). This is to
maintain the version as well as you can keep the backup
here. You can find the previous versions of a DataStage job
from version control.

Is This Answer Correct ?    10 Yes 1 No

What is the version control how can i apply this in DataStage can any one tell me the anser..

Answer / dilip anand k

Version control is a process of tracking the changes made to
a particular job or process along with who has done it and
why the change is done. It also maintains the references of
the problems that have been fixed and the enhancements made
to the process.
DATASTAGE 7.5 comes with a separate installable for version
control. Versions from DATASTAGE 8.0 do not have this tool.
This can also be done by exporting the jobs to .dsx or .xml
and importing the .dsx or .xml files when required.

Is This Answer Correct ?    8 Yes 0 No

What is the version control how can i apply this in DataStage can any one tell me the anser..

Answer / saran

by using version control is
--we can store previous version of jobs
--we can compile,run evrything of previous version jobs
--we can view the histories of version
and main thing is used to take backup of project or jobs

Is This Answer Correct ?    2 Yes 0 No

What is the version control how can i apply this in DataStage can any one tell me the anser..

Answer / datastage4you

What version control is already covered.
With 8.X onwards, we have to use 3rd party version control system it can be RCQ, SVN or your sharepoint also. But all these tools are quite manual as no one can connect to datastage and track the chnages.
We only need to manually upload the dsx and other info to maintain the version control.

Thanks
www.datagenx.net

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Data Stage Interview Questions

Please tell me What is difference between 8.0 and 8.1

1 Answers   IBM,


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

5 Answers   TCS,


What are the different plug-ins stages used in your projects?

0 Answers  


DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks

0 Answers  


how to validate the jobs

2 Answers   IBM,






What are transforms and what is the differenece between routines and transforms?

0 Answers  


What is a merge?

0 Answers  


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

2 Answers   IBM,


Parallel job contains more than 20 stages. I want to find out which stage is more performance incentive.

1 Answers   IBM,


Where do you see different stages in the designer?

0 Answers  


How to use Environment variable's in datastage?(use of process)

1 Answers   CSC,


Hi guys, please design job for this, MY INPUT IS COMPANY,LOCATION IBM,CHENNAI IBM,HYDRABAD IBM,PUNE IBM,BANGLOORE TCS,CHENNAI TCS,MUMBAI TCS,BANGLOORE WIPRO,HYDRABAD WIPRO,CHENNAI HSBC,PUNE MY OUTPUT IS COMPANY,LOCATION,COUNT IBM,chennai,hydrabad,pune,banglore,4 TCS,chennai,mumbai,bangloore,3 WIPRO,hydrabad,chennai,2 HSBC,pune,1 Thanks

3 Answers   IBM,


Categories