Write a SAS program that will:
They are asking what employee_ID is for obs 100? They have answer as 120781. I am getting answer as 121030. Can someone please help me? Thanks. I am prepping for the exam.
I am not seeing a difference between my code and what was given. I will have another look. Thanks.
Show your code.
Hi @stippur
Did you put :
- a where clause on upcase(country) = "US" to be sure to retrieve "US", "Us" and "us" values?
- the following by statement: by state descending Postal_code employee_ID;
Thank you for your help. I did put in the upcase stmt correctly along with the sort stmt.
I repeat
Show your code. Otherwise we have to guess line by possible line what you might have gotten wrong
And it would be best to show from the log along with any notes.
Copy the log with the code and notes and paste into a code box opened on the forum with the </> icon to preserver formatting.
That will confirm what was actually submitted. We get "code" all the time that eventually turns out not to be what was actually submitted or not paying attention to warnings and even errors.
Thanks I was able to figure out the issue.
This is a knowledge-sharing community for SAS Certified Professionals and anyone who wants to learn more about becoming SAS Certified. Ask questions and get answers fast. Share with others who are interested in certification and who are studying for certifications.To get the most from your community experience, use these getting-started resources:
Community Do's and Don'ts
How to add SAS syntax to your post
How to get fast, helpful answers
Ready to level-up your skills? Choose your own adventure.