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.
You are missing an INPUT statement to read in and create columns of data.
You are missing an INPUT statement to read in and create columns of data.
@CynicalFire - I've done worse in my time...![]()
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.