how can you put a "trace" in your program? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
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;
what is Global Symbol table and Local symbol table?
name few built in sas transformation in DI studio ?
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
what are validation tools that are used in sas? : Sas-administrator
what are methods to identify duplicate observations?
How do you generate random samples?
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
How would you remove a format that has been permanently associated with a variables?
what is hash files in sas and why we are using this one in sas?
Explain what is the use of proc gplot?