Name and describe three SAS functions that you have used, if
any?
Answer Posted / ravi
The most common functions that would be used are-
Conversion functions - Input / Put / int / ceil / floor
Character functions - Scan / substr / index / Left / trim / compress / cat / catx / upcase,lowcase
Arithmetic functions - Sum / abs /
Attribute info functions – Attrn / length
Dataset – open / close / exist
Directory - dexist / dopen / dclose / dcreate / dinfo
File functions – fexist / fopen/ filename / fileref
SQL functions – coalesce / count / sum/ mean
Date functions – date / today / datdif / datepart / datetime / intck / mdy
Array functions – dim
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How do dates work in sas?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what is the difference between floor and ceil functions in sas? : Sas-administrator
which date functions advances a date time or date/time value by a given interval? : Sas programming
How many ways to overcome a missing values???
what is factor analysis? : Sas-administrator
Can you execute macro within another macro? : sas-macro
I need level 2 to 5 sas using companies in india
which date function advances a date, time or datetime value by a given interval? : Sas programming
What are the differences between sum function and using “+” operator?
Why and when do you use proc sql?
what is transformation in sas data integration? : Sas-di
explain the proc in sas? : Sas-administrator
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
what is the use of proc contents and proc print in sas? : Sas-administrator