Do you need to rearrange the order of the data for the report?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the function and untility of the most difficult SAS macro that you have written.
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
how does sas handle missing values in formats? : Sas programming
What do you understand by the term Normal Distribution?
How will you generate test data with no input data?
What is a post baseline?
Are you involved in writing the inferential analysis plan? Tables specfications?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
what is the use of proc sql?
What is the difference between proportion and average?