What are the new features included in the new version of SAS Programming Language?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
what is data access? : Sas-di
what is intially documentation for a sas programmer?
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
how do you want missing values handled? : Sas programming
Are you sensitive to code walk-throughs peer review or QC review?
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
Intern stastical programmer written test
what is sas and what are the functions? : Sas-administrator
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
what is prime numbers? how we can get plc write sas code?