how can we do null handling in sequential files
Answers were Sorted based on User's Feedback
Answer / kiran
go to target level of Seq_file ,click on Format Tab then
click on field format and select null field values=0.
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / venkat
go to target level of sequence file,click on format tab and then click field format select and put the value=''
| Is This Answer Correct ? | 0 Yes | 2 No |
col1 123 abc 234 def jkl 768 opq 567 789 but i want two targetss target1 contains only numeric values and target2 contains only alphabet values like trg1 123 234 768 567 789 trg2 abc def jkl opq
which unix commands mostly used in datastage
i have a table col1 10 20 30 40 10 20 50 my requirement is how to retrive only duplicates like 10 10 20 20 like this how it's possible in SQL?
What are the important features of datastage?
how do u reduce warnings
How to add zero "0" before record in a field?
how do you pass parameters in a script?
what is A Datastage?
Main Function of the Staging area in DWH ?
what is the diff between sequential file and fileset stages?
what is the unix script to run the job? Please mention commands which we use often?
tab1 tab2 1,a 1,d 2,b 3,c perfoms outerjoin what is the o/p? write sql query for outerjoin?