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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 993 views
  • 0 likes
  • 2 in conversation