BookmarkSubscribeRSS Feed
mantubiradar19
Quartz | Level 8

I tried to run the following piece of code:

data ssd.Dur1dur2;
avg_pres_Y =(dur1_acei/(dur2_acei/365));
run;

 

anb I'm getting this error (Attached in the image) - can someone help me to solve this? 

 

 


SAS.JPG
4 REPLIES 4
mohamed_zaki
Barite | Level 11

Check if the table viewer is open for your data sets?

If that is the case, then close it first and resubmit your code.

mantubiradar19
Quartz | Level 8
Thanks Mohamed! Let me try this!
Reeza
Super User
Your missing a SET statement.
mantubiradar19
Quartz | Level 8
Thanks ReezA!

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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