Mention the category in which sas informats are placed?
No Answer is Posted For this Question
Be the First to Post Answer
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
What are the analysis datasets created, and what are the new variables created in CLINICAL SAS
1 Answers Accenture, Sciformix,
Name statements that function at both compile and execution time?
What does the trace option do?
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;
firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?
Can you suggest us materials for sdtm mapping?
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
How will you generate test data with no input data?
Have you ever used the SAS Debugger?
how do u validate the program which u have written.
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?