How to limit decimal places for the variable using proc means?
Explain the difference between nodup and nodupkey options?
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
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
What are exact SAS Base contents..?N what r SAS Tools..?
What system options would you use to help debug a macro? : sas-macro
What are the new features included in the new version of SAS Programming Language?
What is the basic syntax of a sas program?
What would be the value of month at the end of data step execution and how many observations would be there?
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 Global Symbol table and Local symbol table?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Identify statements whose placement in the DATA step is critical?