i have 4 jobs i want run 1job should run on 1node and 2job
runon 2node
and.... how to make it possible?
Create 2 Configuration files.. 1 file with 1NODE and 2nd file
with 2NODE configuration.
Open the 1st job,
Go to the 'TOOLS'-->'Configurations' --> Select the 1NODE
configuration file from Drop down list.
Open the 2nd job,
Go to the 'TOOLS'-->'Configurations' --> Select the 2NODE
configuration file from Drop down list.
| Is This Answer Correct ? | 5 Yes | 0 No |
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
If the job aborted in a sequencer, how can we start that from the previews successful job.
In one project how many shared containers are created?
What is the difference between odbc and drs stage?
hi everbody, i have a problem in my project.. Native Error Code: -407 "Assignment of a null value to a not null column" hi everbody, i have a problem in my project.. Native Error Code: -407 "Assignment of a null value to a not null column" i have no idea, what should i do..please help :(
What are the types of containers in datastage?
What are constraints and derivations?
what is main difference between change capture and change apply stages
Difference between data warehousing and olap?
What is the different type of jobs in datastage?
What is job control?
What is the sortmerge collector?