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 are the differences between datastage and informatica?

0 Answers  


how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?

0 Answers   Wipro,


iam new to datastage...now i want to know what are fact tables, dimension tables in bank domain...if any body knows plz tell me asap..

4 Answers   Wipro,


1.How do u handle NULL in sequential stage. 2.Difference between switch stage and filter stage.

4 Answers  


How to find value from a column in a dataset?

0 Answers   TIAA CREF,






how do u reduce warnings

1 Answers   CGI,


how can u connect the client system directly at any time?

1 Answers   IBM,


What are routines in datastage? Enlist various types of routines.

0 Answers  


Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S

3 Answers  


can any one tell me how to install datastage 8.1 in windows xp with wizard

2 Answers  


how can we create a Sorrogate key in transformer stage? I want it in parallel mode

2 Answers   Syntel,


what is parameterset?

4 Answers   Wipro,


Categories