BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Sarra-Matri
Obsidian | Level 7

I downloaded a dataset (csv files)
How to import the csv files to a new folder named data in
SAS Studio and create from the csv of other SAS

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

You can either write code to import your data or you can use a task/GUI.

The Task will also show you the generated code, so if you're not sure what the code is, use a TASK first, and see what the generated code looks like. 

 

 

View solution in original post

4 REPLIES 4
Sajid01
Meteorite | Level 14

1.Create a new folder in the SAS studio by selecting Folder. You may have to enter the folder name

Screenshot 2021-05-07 9.03.32 AM.png

2.Upload the file to the new folder from your desktop. Highlight the folder and select the upward arrow Screenshot 2021-05-07 9.06.08 AM.png an save

3. Import the csv, See this video

https://video.sas.com/detail/video/4664327156001/reading-and-generating-csv-files-using-snippets-in-... 

Sarra-Matri
Obsidian | Level 7

Thank you for your reply
it means the import is done manually without writing any code?

Reeza
Super User

You can either write code to import your data or you can use a task/GUI.

The Task will also show you the generated code, so if you're not sure what the code is, use a TASK first, and see what the generated code looks like. 

 

 

Sarra-Matri
Obsidian | Level 7

Thank you for your help