What is the project in datastage?
No Answer is Posted For this Question
Be the First to Post Answer
it is possible to load two tables data into one sequential file?if possible how?plz share with me?
What are the environmental settings for data stage,while working on parellel jobs?
how many write modes are there in ds
What is the Difference Between DataStage 7.5 version and 8.1 Version?
i have flat file and using unix how can i generate sequence number into targer?
INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
i 10 jobs first two jobs are runing in 2nodes,next 2 jobs are running in 4 nodes, next 4 jobs are running in 6 nodes and the remaining jobs are running on 10 nodes. how to change the node configuration?
How to move data set from one server to other?what are the steps to follow to do this?
What is "fatal error/rdbms code 3996" error?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
What steps should be taken to improve Datastage jobs?
i have a scenario with i/p as ID,salary with values 1,1000 2,2000 and 3,4000 i need an extra column in the o/p named amount with values 2000,4000 and NULL. how can i get it?