how many data types in sas? : Sas-administrator
Answer / aniket kumar
there are only two data types in SAS.
character data type char
Numeric data type Num
| Is This Answer Correct ? | 0 Yes | 0 No |
how does sas handle missing values in procs? : Sas programming
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
For what purpose(s) would use the RETURN statement?
what is the effect of the options statement errors=1? : Sas programming
how to write code for left outer join in SAs using datastep?
How do you write a test plan?
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
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 SAS Information Map Studio and its purpose ?
What’s the difference between var b1 – b3 and var b1 — b3?
what are different analysis datasets you created and what are the new variables created
What is the one statement to set the criteria of data that can be coded in any step?