whats relation between configuration file and datasets?
Answer Posted / sriharsha vemuri
Datastage jobs determine which node to run the process on,
where to store the temporary data, where to store the
DATASET data, based on the entries provide in the
configuration file
Based on the entries provide in the configuration file the
decision for storing the Dataset date happens.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is job control?
how many rows sorted in sort stage by default in server jobs
What is the purpose of pivot stage?
What is the method of removing duplicates, without the remove duplicate stage?
How many types of hash files are there?
How to reverse the string using SQL?
what is the custome stage in datastage? how can we impliment that one? plz tell me
Define Merge?
What is difference between symmetric multiprocessing and massive parallel processing?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
Hi, what is use of Macros,functions and Routines..? At what situation you are used. If you know the answer please explain it. Thanks.
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
What is a merge in datastage?
what is flow of project?
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