Hi,
Try this..
DATA test;
INFILE ‘c: \test\temp.xls’ DELIMITER='*' MISSOVER DSD FIRSTOBS=3 ; INPUT ID name $; Run;
Thanks, shiva