How many missing values are available? When might you use them?
Answer / ankit
Two types of missing values are there we come across in SAS:
1. Dot(.)
2. Blank
Dot will be used for as the numerical type of missing value.
and
Blank will be treated as the character type of missing value.
| Is This Answer Correct ? | 0 Yes | 0 No |
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
Given an unsorted data set, how to read the last observation to a new data set?
if x=round(26.3,10)-1 then x= how much and how explain?
What is SAS? is it a software just for use or we can creat something over there?
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
what is the primary data source for the wrs? : Sas-bi
what is the diff b/w verification validation in sas
Intern stastical programmer written test
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;
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
what is portability of sas programmes?