Good morning,
As you know I am new to SAS, but trying to learn.
I just created a new Library with an excel file using the point and click method. I now have a new library called neuneu. It has 3 files in it sheet1$, sheet2$, and sheet3$. When I double click on sheet1$ is contains the data. However, I cannot reference it in a Program file.
I get the following error. It is obviously looking for a .data file. How do I read this file.
1 proc print data=neuneu.sheet1$;
-
22
-
200
ERROR: File NEHU.sheet1.DATA does not exist.
ERROR 22-322: Syntax error, expecting one of the following: ;, (, DATA, DOUBLE, HEADING, LABEL, N,
NOOBS, OBS, ROUND, ROWS, SPLIT, STYLE, UNIFORM, WIDTH.
ERROR 200-322: The symbol is not recognized and will be ignored.
Thank you,
Doc