how can u create zero observation dataset?
Answer Posted / pramod.c
data temp;
stop;
run;
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How sas treats the dsd delimiters?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Explain the purpose of retain statement.
What are the implications?
Are you involved in writing the inferential analysis plan? Tables specifications?
How we can call macros with in data step? : sas-macro
What system options would you use to help debug a macro? : sas-macro
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? : sas-macro
How can sas program be validated?
what is study design in while working with SAS? what are screening variables in SAS?
What does the RUN statement do?
do you need to know if there are any missing values? : Sas programming
how could you generate test data with no input data? : Sas programming
what are sas bi dashboard components? : Sas-bi
explain the difference between proc means and proc summary?