BookmarkSubscribeRSS Feed
Amy0223
Quartz | Level 8

Hi, I'm not sure how to answer this question below. Any help is much appreciated!

 

what, if anything, is wrong with the following statements?

a) proc standard data=in.v1 out=in.v2;
b) proc standard data=in.v1 out=in.v2 std=0;

 

2 REPLIES 2
unison
Lapis Lazuli | Level 10

Is "in" a library name?

 

Check out the sas docs for proc standard:

http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473724.htm

 

-unison

-unison
ballardw
Super User

Hint: What does a standard deviation of 0 imply about values?

 

May not be a syntax error but is almost certainly an abuse of the procedure.

 

 

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

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 795 views
  • 3 likes
  • 3 in conversation