I am working with SAS on a Mac, and I am using the free SAS On Demand for Academics. I have only used this computer when working on this project, and have run the code and viewed the files fine. Additionally, when I ran the code I switched libname coimpt xlsx "c:\temp\poverty.xlsx"; For my actual CoImpt libname: LIBNAME CoImpt XLSX "&CourseRoot/CDPHE Study/Data/1_Source/poverty.xlsx"; And it still did not function correctly. When I download the excel file from SAS and open it on my computer, it looks like it should. When I view the data within SAS, it looks like it should. However, when I tried to run any kind of code on it, it only shows me one variable: _NAME_. Everything else does not appear, no matter what the code is.
... View more