how can u create zero observation dataset?
Answer Posted / sm
data blank;
input a b;
delete;
run;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is data _null_?
what is sas database server? : Sas-di
How many ways to overcome a missing values???
What is Linear Regression?
What is the difference between order and group variable in proc report?
Mention what are the data types does SAS contain?
Are you involved in writing the inferential analysis plan? Tables specfications?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
how many types of prompts are there? : Sas-bi
How to limit decimal places for the variable using proc means?
what are sas/access and sas/connect? : Sas programming
how would you determine the number of missing or nonmissing values in computations? : Sas programming
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What do the mod and int function do? : Sas programming
Explain input and put function?