How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
Can we create datasets by proc step ? (Proc contents, Means)?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
what is prime numbers? how we can get plc write sas code?
how will you location sas platform applications available from web browser? : Sas-bi
What do the SAS log messages "numeric values have been converted to character" mean?
What are the features of SAS?
Do you know the features of sas?
name several ways to achieve efficiency in your program? : Sas programming
in the flow of data step processing, what is the first action in a typical data step? : Sas programming