If I make any changes in the parallel job,do I need to
implement the changes in the sequencer job,else the changes
will be reflected automatically
Answer Posted / kiran
hai this is kiran ..,
if any changes do in ur parallal job automatically it will
reflect on sequencer jobs.
Thanks & Regards
Kiran
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
how to implement scd2 in datastage 7.5 with lookup stage
What are data elements?
Explaine the implimentation of scd's in ds indetail, please send me step by step procedure to perform scd's 1,2,3. Please replay for this, Thanks in advance
How do you generate sequence number in datastage?
how to export or import the jobs in .ISX file
Whats difference betweeen operational data stage (ods) and data warehouse?
What is difference between symmetric multiprocessing and massive parallel processing?
What is merge stage?
What are the job parameters?
What is the difference between odbc and drs stage?
Name the different sorting methods in datastage.
What is data partitioning?
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
disign the complex job in u r project?(they are aksing only complex job design and then data flow...)
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks