What is the differnce between SDTM 3.1.2 to 3.1.1 version
No Answer is Posted For this Question
Be the First to Post Answer
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
in data set200 observation how to take 110,150,170 using sql procedure?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what are the types of interactive display types? : Sas-bi
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
What is SAS informats?
Explain what is data step?
what is SAS OPTIMIZATION?
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?
What is the difference between nodupkey and nodup options?