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

Using SAS Studio University Edition, I imported a datafile in Excel worksheet, which had 3.1 mb. When printing the datafile  the error was "no columns and no rows." The code and log files are attached. 

 

Thanks. 

1 ACCEPTED SOLUTION

Accepted Solutions
Shmuel
Garnet | Level 18

1) You are not printing the data created by import.

     The text attached as pdf files relate to different datasets.

 

2) Use the {i} icon to enter log and the running men icon to enter code, using copy-paste,

    instead attaching pdf files.

View solution in original post

6 REPLIES 6
Shmuel
Garnet | Level 18

1) You are not printing the data created by import.

     The text attached as pdf files relate to different datasets.

 

2) Use the {i} icon to enter log and the running men icon to enter code, using copy-paste,

    instead attaching pdf files.

dkcundiffMD
Quartz | Level 8

Thanks, your post led me to find the answer. 

David 

Ksharp
Super User

Try to specify SHEET name :

proc import 

.......;

sheet='xxxx';

dkcundiffMD
Quartz | Level 8

Thanks. It's fixed. 

David 

dkcundiffMD
Quartz | Level 8
That led me to the solution. I worked back from the log to the code.
Thanks.
David

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 6 replies
  • 689 views
  • 3 likes
  • 4 in conversation