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 |
How to read the file names of a text files from a shared drive using SAS?
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
what is the primary variable in your study?
what is the difference between unique key and primary key? : Sas-di
What are the functions done while Compilation...?
what is the difference between proc report and proc format?
How do you add a number to a macro variable? : sas-macro
How we can call macros with in data step? : sas-macro
What is the difference between proportion and average?
how to do user inputs and command line arguments in sas?
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
% let A=3+4 what is result