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

 

 


 

Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

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