BookmarkSubscribeRSS Feed
klavoie
Calcite | Level 5

In SAS University Edition, I am trying to characterize data for a .sas7dbat file. However, when I select the .sas7dbat file I recieve a red exclamation mark and cannot add categories for characterization (hit the plus (+) button and no response).

 

See Error screenshot. Any ideas how to solve this?

 

Screen Shot 2018-09-10 at 4.13.53 PM.png

 

 

1 REPLY 1
Reeza
Super User

Run a PROC CONTENTS on the data and post the output please?

 

It would be this:

 

proc contents data=BUS611.CANDYSCALE;
run;

How did you create this file? 

 


@klavoie wrote:

In SAS University Edition, I am trying to characterize data for a .sas7dbat file. However, when I select the .sas7dbat file I recieve a red exclamation mark and cannot add categories for characterization (hit the plus (+) button and no response).

 

See Error screenshot. Any ideas how to solve this?

 

Screen Shot 2018-09-10 at 4.13.53 PM.png

 

 


 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 985 views
  • 0 likes
  • 2 in conversation