BookmarkSubscribeRSS Feed
Victor18
Calcite | Level 5

How to find Characteristics of variables

9 REPLIES 9
KachiM
Rhodochrosite | Level 12

Try:

 

proc contents data = your data set;

run;

 

PeterClemmensen
Tourmaline | Level 20
ods select Variables;
proc contents data=sashelp.class;
run;
Victor18
Calcite | Level 5

How to analyse variables in sas

RW9
Diamond | Level 26 RW9
Diamond | Level 26

Hi,

 

Please follow some simple guidelines - use the subject line to clearly state your issues.  Post example test data, required output and clear description of your problem.  From what you have posted, looking at the SAS provided training or doing some training would be a first step:

http://video.sas.com/

 

PeterClemmensen
Tourmaline | Level 20

..Or right click the dataset and hit Properties.

Reeza
Super User
I'm assuming you're new to SAS.
See the video tutorials here:

Support.sas.com/training/tutorial

You can search for detailed tutorials here: Lexjansen.com

Or search UCLA SAS tutorials
Ron_MacroMaven
Lapis Lazuli | Level 10
proc sql; describe table lib.data_set;
          quit;

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 9 replies
  • 1339 views
  • 0 likes
  • 8 in conversation