How can we do null handling in sequential files
Answers were Sorted based on User's Feedback
Answer / phani kumar
Sequential file doesn't handle nulls. If the file contains
nulls, then it gives records while reading the file by using
sequential stage,only records which are not having nulls.
In order to handle nulls, there is a option available in
seq.file as NULL TO VALUE. Here, we can give any value for
replacing of Nulls.
Then, DS Engine will consider those symbols are nulls while
reading the data from sequential file.
Thanks and regards,
Phani kumar
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / kak
In sequential file we have one property null to value or
null to zero using that we can handle the nulls.
| Is This Answer Correct ? | 4 Yes | 2 No |
WHAT ARE THE STAGES U WILL USE IN IMPLEMENTING SCD2/DATE FIELD
what is hash file
How to lode data in sequntional files perform faster?
Explain the situation where you have applied SCD in your project?
how do u capture duplicates through sort & transformer
What are the different common services in datastage?
in sequtial file 2 columns avaliable, i want only one column load the target. for this we can do by modify and copy stage. But here when using modify stage (in property drop column1) until it is ok. if target is data set How to view the data. with out using data management. what is the reason for this. if any body know this answer plz tel me. thanks.
What is the Main difference between Lookup Failure and Lookup Not Met? Plz explain with Example.
Hi , Can anyone give few examples of scenarios and there corresponding design in datastage..i am new to this tool...confused in design while my manager asking to design the job.. Please post the URL if there..so i can go through it.. Thanks in advance...
Hi This is Vijay, How can your remove the duplicates in sequential File?
15 Answers HCL, Scope International,
What is the difference between validate and compile?
How can u execute the sql query through unix? What is the Primary key for Dimension table? what is the primary key for Fact table?