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 |
What is Transaction...? And what are Comment, Roll back n Save point..?
how do you test for missing values? : Sas programming
what is cummaltive frequency,and varience in proc unviarte
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
what are the categories that sas informats are used to the place the data? : Sas-administrator
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
In the flow of DATA step processing, what is the first action in a typical DATA Step?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
what is the prob plot in clinical domain
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What is the difference between an informat and a format. Name three informats or formats.
what has been your most common programming mistake? : Sas programming