Answer Posted / amar
To make this crosstabulation of time of day and choice of
radio programming, you must have a data set that contains a
variable for time of day and a variable for programming
preference. PROC TRANSPOSE reshapes the data into a new data
set that contains these variables
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
explain what is factor analysis? : Sas-administrator
How would you determine the number of missing or nonmissing values in computations?
Explain what is SAS informats?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What are the special input delimiters used in SAS?
how do you debug and test your sas programs? : Sas programming
Describe crosslist option in tables statement?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What are the data types that sas contain?
Explain proc univariate?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is the role of unrestrictive users? : sas-grid-administration
Describe a time when you were really stuck on a problem and how you solved it?
How do you add a number to a macro variable? : sas-macro