Name and describe three SAS functions that you have used, if
any?

Answers were Sorted based on User's Feedback



Name and describe three SAS functions that you have used, if any?..

Answer / chiranjeevi

SAS functions can be used to convert data and manipulate
character variable values.
different types of functions:1)TRIM
2)SUBSTR
3)ABS
4)SCAN

TRIM:Removing the trailing blanks from character expressions.
syntax=trim(argument)
substr:extracts the substring from an argument
syntax=substr(argument,position<,n>)
abs=returns the absolute of the argument
syntax=abs(argument)

Is This Answer Correct ?    13 Yes 0 No

Name and describe three SAS functions that you have used, if any?..

Answer / 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

Name and describe three SAS functions that you have used, if any?..

Answer / sheetal

trim
mean
today
intck
scan

Is This Answer Correct ?    10 Yes 1 No

Name and describe three SAS functions that you have used, if any?..

Answer / ashok kore

1.Compress is one of the sas function which is used to
remove spaces in string value and concatenate two values
with out spaces.

2.Input is another function of sas, it is one of conversion
function in sas. It converts numeric into char.

3.Put is another conversion function in sas. It converts
char to numeric.

Is This Answer Correct ?    7 Yes 19 No

Post New Answer

More SAS Interview Questions

What do the mod and int function do? : Sas programming

0 Answers  


what is study design in while working with SAS? what are screening variables in SAS?

0 Answers   MSCR,


I need level 2 to 5 sas using companies in india

0 Answers  


How do you put a giraffe into the refrigerator?

3 Answers   Oracle,


Have you been involved in editing the data or writing data queries?

1 Answers   BioServe, Oracle, Sasken,






Mention some common errors that are usually committed in sas programming.

0 Answers  


what is Business Intelligence?

3 Answers   CitiGroup,


How to create list output for cross-tabulations in proc freq?

0 Answers  


Code a PROC MEANS that shows both summed and averaged output of the data.

5 Answers  


what is the difference between proc means and proc tabulate?

3 Answers   Cognizant, CTS,


Explain substr function?

0 Answers  


Difference between informat and format?

0 Answers  


Categories