- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 07-05-2020 04:40 PM
(1452 views)
I am taking SAS Programming: essentials, lesson 2. In Demo: importing a comma-delimited file part, I cannot successfully import csv file. I follow all instructions. I check the code so many times. I found at the beginning, the file named storm_damage.csv is different between my file and the instructor's file. Could anyone help me figure it out? I am so struggling with it. I took the screenshot, please check it!
when I open the same page, it show different details
my code
instructor's page
instructor's code
5 REPLIES 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Your filename in the PROC IMPORT does not start with /folders/myfolders, which is essential.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Sir, I got it
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Where can I get the course csv files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi:
Please look at the Course Overview and Data Setup for the course. It is BEFORE Lesson 1. There are instructions for how to get ALL the files needed for the class. The method you choose will be the same type of process as you did for Programming 1...the files and data are different, but the process in the Course Overview section is the same. You should not start any of the course work until after you do the required setup for the course.
Cynthia
Please look at the Course Overview and Data Setup for the course. It is BEFORE Lesson 1. There are instructions for how to get ALL the files needed for the class. The method you choose will be the same type of process as you did for Programming 1...the files and data are different, but the process in the Course Overview section is the same. You should not start any of the course work until after you do the required setup for the course.
Cynthia
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you