Explain why double trailing @@ is used in input statement?
No Answer is Posted For this Question
Be the First to Post Answer
what is portability of sas programmes?
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
How do you put a giraffe into the refrigerator?
Explain why double trailing @@ is used in input statement?
what is the difference between proc means and proc tabulate?
What is the use of the %include statement?
What Proc glm does?
Name the option to produce a frequency line items rather that a table.
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 are the data types that sas contain?
For clinical entire study how many tables will create approx?
How to sort in descending order?