BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
CynicalFire
Fluorite | Level 6

I am currently using SAS Studio, and have not had any problems importing previous data, but for some reason I continue to get the following warning:

The table "WORK.WAGE" cannot be opened because it does not contain any columns.

 

And the following is the code that I am using:

 

data wage;
infile "/home/z17438810/my_courses/STAT 640/wage.dat" firstobs=2;
run;

 

Click the Link  to view the wage.dat file to prove that there are in fact columns.

1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

You are missing an INPUT statement to read in and create columns of data.

View solution in original post

3 REPLIES 3
SASKiwi
PROC Star

You are missing an INPUT statement to read in and create columns of data.

CynicalFire
Fluorite | Level 6
Ah, what an idiotic mistake on my part. Thank you!

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 3 replies
  • 910 views
  • 0 likes
  • 2 in conversation