Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Answer questions in SAS language, please show work, I will upvote! 1. Given a value $250,028.17, what informat do you need to read into SAS?
Answer questions in SAS language, please show work, I will upvote!
1. Given a value $250,028.17, what informat do you need to read into SAS? 2. Please write a program to define a SAS library "Test" to refer the directory of "D:/Stat493/Data". 3. Please write a program to view the all files in the directory in the Question 2, and no detailed information is needed. 4. In order for the date values 05May55 and 04Mar46 to be read correctly as 05May1955 and 04Mar2046, what step do you need? 5. Given a SAS data set salary in the library mysales, write a program to print the values for year 2012 , which includes the 13th observation to 24th observation. 6. Please indicate syntax error(s) in the following program. proc pint data=maxrates label double noobs; label rechr=' Recovery Heart Rate"; var resthr maxhr rechr date where toler=' I and resthr>90; sum fee; 7. Given a SAS data set Company which includes the employee information of a US company, and it contains the following information: EmployeeID, Name, Age, Sex, Address, State, Zip, PhoneNumber, Position, StartingDate and Salary. Please write a SAS program to print the information for state of Indiana for people aged from 30 to 65 , with descending order. The following information should be included: EmployeeID, Name, Age, Sex, State, Position, StartingDate and Salary. 8. Given the SAS data set above, please write a code to show the total salary for each position, for state of Indiana for people aged from 30 to 65 . The following information should still be included: EmployeeID, Name, Age, Sex, State, Position, StartingDate and Salary. 9. Continue on the problem above. Please write a program to show the Salary with the dollar sign and thousands separator; and show StartingDate as DDMMMYY. It's known that the highest salary of all employees is 108975.63. Note: we don't need the Salary total for each positionStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started