what can you learn from the sas log when debugging? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
what is the prob plot in clinical domain
How do you add a number to a macro variable?
what is Enterprise Guide?what is the use of it?
what are the new features included in the new version of SAS i.e., SAS9.1.3?
5 Answers College School Exams Tests, Wockhardt,
What is maximum number of rows and cols can be handled in SAS?
how we can create optional or required parameters in SAS macro...
what are informats in sas? : Sas-administrator
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;
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what is the usage for assigning error=1 in a dataset ?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Mention what is the difference between nodupkey and nodup options?