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 you debug and test your sas programs? : Sas programming
How you can read the variables that you need?
What is the maximum length of the macro variable?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
what techniques and/or procs do you use for tables? : Sas programming
What is the difference between nodupkey and nodup options?
What is PROC in SAS?
What are the ways in which macro variables can be created in sas programming?
What is Linear Regression?
what r the job openings SAS for fresher graduates !
how many types prompting framework can be broken down to? : Sas-bi
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
What is the role of sas grid administrator? : sas-grid-administration
What are the statements in proc sql?