How can we move a DATASTAGE JOB from Development to Testing
environment with the help of a datastage job using unix
commands.

Answers were Sorted based on User's Feedback



How can we move a DATASTAGE JOB from Development to Testing environment with the help of a datastag..

Answer / amogh

To EXPORT from DEV:
dsexport /h=hostname /u=username /p=password /job=jobname
DEVServername C:\Path where the .dsx file shld be stored

To Import into ST:
dsimport /h=hostname /u=username /p=password STservername
C:\path from where .dsx file shld be loaded

Is This Answer Correct ?    5 Yes 0 No

How can we move a DATASTAGE JOB from Development to Testing environment with the help of a datastag..

Answer / tom

dsjob -import dsxfile ....

Is This Answer Correct ?    4 Yes 1 No

How can we move a DATASTAGE JOB from Development to Testing environment with the help of a datastag..

Answer / ram

Hai

We will export all the jobs in Dev environment and will
import those jobs in Testing environment by using Manager..
I think by using Unix command it is not possible because
jobs are in different environments..

Correct me if i am wrong..

Is This Answer Correct ?    8 Yes 7 No

How can we move a DATASTAGE JOB from Development to Testing environment with the help of a datastag..

Answer / chandrasekhar reddy

First we need to export the all jobs into a single file with .dsx format and prepare one instruction file that file contain jobs exported path,how run the jobs one by one information.

Is This Answer Correct ?    0 Yes 0 No

How can we move a DATASTAGE JOB from Development to Testing environment with the help of a datastag..

Answer / potter

@ ram, i second ur ans, i dunno if its possible tro unix
cuz, the access credentials in dev and test wont be the
same. Cuz ppl in dev wont b givn access to test DB.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Data Stage Interview Questions

What is the difference between Link collector and Funnel Stages?

1 Answers  


what is the difference between 7.1,7.5.2,8.1 versions in datastage?

3 Answers   IBM,


How do y read Sequential file from job control?

2 Answers   HP, IBM, Telesis,


what is operator combinality in datastage?

1 Answers   TCS,


What is a folder? Difference types of stages?

0 Answers  


how can we extract data with out having any common column

7 Answers   IBM, Switch2iTech,


Which algorithm you used for your hashfile?

0 Answers  


in sequtial file 2 columns avaliable, i want only one column load the target. for this we can do by modify and copy stage. But here when using modify stage (in property drop column1) until it is ok. if target is data set How to view the data. with out using data management. what is the reason for this. if any body know this answer plz tel me. thanks.

1 Answers   IBM,


Difference between JOIN,LOOKUP,MERGE?

2 Answers   CTS,


How many partitions does a node can have? Some body explain me clearly about the partitions and the nodes?

3 Answers  


How many types of views are there in a datastage director?

0 Answers  


Hi I am Vijay In my source i've 10 records in a single column.... but i want to split those records into 5 sequential files each seq file contains 2 records.?.... can any body help me?

15 Answers   Scope International,


Categories