BookmarkSubscribeRSS Feed
abrunchofcats
Calcite | Level 5

Hi all! I have been tasked to created a permanet file from a csv.

 

I had no problem creating one with another SAS file, but for whatever reason, I am getting this error message in the log:

33 libname sasclass "C:\Users\Jack's PC\Desktop\SAS\Week 4";

NOTE: Libref SASCLASS was successfully assigned as follows:

Engine: V9

Physical Name: C:\Users\Jack's PC\Desktop\SAS\Week 4

34 data exercise1;

35 set sasclass.exercise1;

36 run;

NOTE: There were 609 observations read from the data set SASCLASS.EXERCISE1.

NOTE: The data set WORK.EXERCISE1 has 609 observations and 6 variables.

NOTE: DATA statement used (Total process time):

real time 0.03 seconds

cpu time 0.01 seconds

 

This was my program code:

libname sasclass "C:\Users\Jack's PC\Desktop\SAS\Week 4";

data Dataforproblem1;

set sasclass.Dataforproblem1;

run;

 

 

Any help would be much appreciated! Thank you!

1 REPLY 1
collinelliot
Barite | Level 11

I don't see the error. At the same time, I don't see where you're doing anything with a CSV, so I'm not really sure what you're trying to do or what problems you're having based on the code and log you've presented. Are you trying to create a SAS data set from a CSV? Where is your code that is trying to do that?

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 252 views
  • 0 likes
  • 2 in conversation