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!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1348 views
  • 0 likes
  • 2 in conversation