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
Explain what is SAS informats?
how does sas handle missing values in formats? : Sas programming
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What is the basic structure of the SAS base program?
What is SAS informats?
Tell me about % include and % eval? : sas-macro
What is program data vector (pdv) and what are its functions?
What makes sas stand out to be the best over other data analytics tools?
Briefly explain input and put function?
Mention common programming errors committed in sas ?
What is the purpose of trailing @ and @@? How do you use them?
what does the run statement do? : Sas programming
What sas features do you use to check errors and data validation?
Can you execute macro within another macro? : sas-macro
What is the difference between one to one merge and match merge? Give an example.