what has been your most common programming mistake? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
What is SAS informats?
describe how to adjust the performance of data integrator? : Sas-di
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
Difference Between Scan and Substr
Write a SAS macro to calculate number of numbers in an email address
What is the length assigned to the target variable by the scan function?
what are some good sas programming practices for processing very large data sets? : Sas programming
what is the main difference between rename and label? (don't say that they both perform the same function).
explain the main difference between the nodup and nodupkey options? : Sas-administrator