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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 927 views
  • 0 likes
  • 8 in conversation