What are common programming errors committed in sas
No Answer is Posted For this Question
Be the First to Post Answer
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
what has been your most common programming mistake? : Sas programming
How would you create multiple observations from a single observation?
How do you add a number to a macro variable?
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
how do u test a pros sql(works or not) without executing it?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
What are the prime responsibilities of data integration administrator? : Sas-di
how to generate the test data in sas without input data? : Sas-administrator
What is difference between sas rename and lable?
What are the difference between the sas data step and sas procs?