How would you identify a macro variable?
No Answer is Posted For this Question
Be the First to Post Answer
what is operational data and operational system? : Sas-di
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 the differnce between SDTM 3.1.2 to 3.1.1 version
wat is sas? is a package or programming language?
What do the mod and int function do? : Sas programming
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
What is the difference between verification and validation?
how can u join the two tables without using proc sql Joins and nested queries ?
Tell me about % include and % eval? : sas-macro
Explain what is the use of proc gplot?
What SAS statements would you code to read an external raw data file to a DATA step?
What do you know about sas data set?