proc import datafile = "C:\Users\loveislife\Desktop\data.xls" out =bank1 replace
dbms=excel ;
getnames=yes ;
sheet=sheet1;
run;
proc print data=bank1;run;
i m using this code to import a excel file(attached ) . i m getting 3 extra variable like F7,F8,F9,
Can anyone help me to let me know why i m getting these extra fields?????????
Because that is what your spreadsheet has in it. When I open your attachment and press CTRL-END it jumps to column I row 713. So your spreadsheet has three empty columns. You can either drop them on the SAS side or edit the spreadsheet and delete those columns.
Because that is what your spreadsheet has in it. When I open your attachment and press CTRL-END it jumps to column I row 713. So your spreadsheet has three empty columns. You can either drop them on the SAS side or edit the spreadsheet and delete those columns.
Thanks for your kind help.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.