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
How can we improve the performance in datastage?
What are the different common services in datastage?
EXPLAIN SCD
how to add a new records into source?
How to read the length of word in unix?
What is the difference between passive stage and active stage?
If you want to use a same piece of code in different jobs, how will you achieve this?
State the difference between an operational datastage and a data warehouse?
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
Define oconv () and iconv () functions in datastage?
What is the difference between in process and inter process?
What are the components of datastage?
Hi,can any one please mention list of dimension and fact tables for Sales and Distribution System for a Pharmacutical company.
Is possible to create skid in dim,fact tables?
Give an idea of system variables.