BookmarkSubscribeRSS Feed
Chi7487
Calcite | Level 5

Hello everyone,

 

I am trying to open up a table using an adsl file, but I keep receiving an error message that states "Member _TEMP8.DATA was created by a more recent release of SAS and cannot be accessed by this release." I am confused because I did not have this issue until recently. I was able to view the table without any issues. What should I do? 

2 REPLIES 2
ballardw
Super User

Which version of SAS are you using?

If you aren't sure you can try running this code:

Proc Setinit;
run;

The Log will then have some of the SAS license related items. Likely the second line of output will look something like this:

Current version: 9.04.01M4P110916

Share that with us.

 

That message could mean that the place you are getting your data from has changed. Depending which version of SAS you have and the other files different options may be needed.

SASKiwi
Opal | Level 21

"I am trying to open up a table using an adsl file" Can you explain what you are doing in more detail? What SAS code or tool are you using? AFAIK, ADSL is a file standard used with clinical trials data.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

5 Steps to Your First Analytics Project Using SAS

For SAS newbies, this video is a great way to get started. James Harroun walks through the process using SAS Studio for SAS OnDemand for Academics, but the same steps apply to any analytics project.

Find more tutorials on the SAS Users YouTube channel.

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