How can we do null handling in sequential files?
Answer Posted / dheeraj
we can do null handling in sequential file by using null
field value option.which is available in format tab.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the types of views in datastage director?
Demonstrate experience in maintaining quality process standards?
Define APT_CONFIG in Datastage?
Define data aggregation?
In Datastage, how you can fix the truncated data error?
Why we use surrogate key?
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
What are constraints and derivations?
how to export or import the jobs in .ISX file
Name the different types of Lookups in Datastage?
what is repositery?
Where the datastage stored his repository?
what is the use of materialized view?
What are the features of datastage flow designer?
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.