How can we move a DATASTAGE JOB from Development to Testing
environment with the help of a datastage job using unix
commands.
Answer Posted / 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 |
Post New Answer View All Answers
Explain connectivity between datastage with datasources?
Is the value of staging variable stored temporarily or permanently?
How do you remove duplicate values in datastage?
Define repository tables in datastage?
What could be a data source system?
What is the use of datastage designer?
Why fact table is in normal form?
disign the complex job in u r project?(they are aksing only complex job design and then data flow...)
What is the difference between account and directory options ?
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu
What is difference between symmetric multiprocessing and massive parallel processing?
Have you used Unstructured data?
Why do you need stage variables?
How many types of hash files are there?
What is the difference between orabulk and bcp stages?