what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
No Answer is Posted For this Question
Be the First to Post Answer
How can we do null handling in sequential files
In my source i have 10 records but i want 11 records in target. How can i acheive this in Server jobs.
i/p 1,a,1000 2,b,2000 3,c,3000 i want to get o/p as o/p 1,a,3000 2,b,4000 3,c,5000 how it can be done on using datastage?
How a routine is called in datastage job?
Why do we use exception activity in Datastage?
What are the different plug-ins stages used in your projects?
What is the precedence of stage variables,derivations, and constraints?
Scenario : I have 2 jobs say job A and Job B with parameters x and y respectively. I need to create a sequence job. If we pass parameter x then Job A should run, If we pass parameter y then Job B should run, if we dont pass any parameter then Both Job A & B should run.
Star Schema vs. Snow Flake Schema. What is the best model for DW? Give example for both the models performance wise?
i/p o/p1 o/p2 1 1 4 1 1 5 1 1 6 2 2 2 2 2 2 3 3 4 5 6 how to populates i/p rows into o/p1&o/p2 using datastage stages?and also the same scenario using sql?
how to export or import the jobs in .ISX file
What is the differentiate between data file and descriptor file?