source contains 2 columns comes to target 4 columns how
Answer Posted / fayaz
by using copyfile we can easily create 4 columns in targetfile.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
A signal has a wavelength of 1 micro min in air.how far can the front of the wave travel during 1000periods?
What are the primary usages of datastage tool?
How do you run datastage job from the command line?
What are the steps needed to create a simple basic datastage job?
Whats difference betweeen operational data stage (ods) and data warehouse?
Describe the main features of datastage?
options available in sequence job to run,validate?
Differentiate between datastage and informatica?
Describe routines in datastage? Enlist various types of routines.
how to add a new records into source?
What are the different common services in datastage?
What is a folder? Difference types of stages?
If you want to use a same piece of code in different jobs, how will you achieve this?
Differentiate between hash file and sequential file?
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