Answer Posted / rams
dsx file datastage code back up file the code will be imported to another syatem we can use this format
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
sed,awk,head
Highlight the main features of datastage?
Why do we use exception activity in Datastage?
EXPLAIN SCD
What is use Array size in datastage
how to add a new records into source?
What is process model?
What are system variables and sequencers in datastage
Triggers,VIEW,Procedures
Differentiate between validated and Compiled in the Datastage?
What is the difference between passive stage and active stage?
Can you explain players in datastage?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
What is datastage?
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