j1,j2,j3 jobs r runing iwant to run j1,j3 after j2 how to do
this using sequencer?
2)j1,j2,j3 jobs r runing iwant to run j1,j2,j3 how to do this?
1. Connect J2 to J1 and J3. Connect J2 to J1 and
J3. 'Expression Type' as 'OK -(Conditional) or Custom -
(Conditional)' and for 'Custom - (Conditional)', put
constraint as J2.$JobStatus < 3.
2. Create a sequence without any Links between these jobs
and rund then those jobs will run in parelell.
| Is This Answer Correct ? | 4 Yes | 0 No |
Can you explain how could anyone drop the index before loading the data in target in datastage?
What are the job parameters?
WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE
With out using Funnel Stage, how to populate the data from different sources to single target
can we see the data in fixed width file? how can u change the datatype of fixed width files?
Differentiate between datastage and datastage tx?
why do u need the IOS upgradation in a FC switch
how to delete one row in target dataset
What is the use of hoursfromtime() function in transformer stage in datastage?
what is a force compile
input Name Salay Sam 10 Sam 30 Sam 20 Ram 40 Ram 50 Output should be Name Salary Count Sam 10 3 Ram 40 2 get min salary and count of name . OutPut 2 Name Seq Sam 1 Sam 2 Sam 3 Ram 1 Ram 2
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara