Wednesday, March 23, 2016

Reading Missing Values In Flat Files

Reading Missing Values In Flat Files

Description: Reading Missing Values at the End of a Record as in mohit.txt  using missover  and
Reading Missing Values at the Beginning or Middle of a Record as in rohit .txt using dsd .


NOTE : By default delimiter is space " " so no need of giving it with missover but on the other hand with dsd by default delimiter is comma "," so that we  have to give dlm = " " if it is space delimited file

Flat Files
    
mohit.txt
 
rohit.txt
EXAMPLE


OUTPUT

Missover







Dsd






And the LOG Window



Got Questions ? Pls put them in Comment Box........



No comments:

Post a Comment