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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

: and & modifiers.

1089


What are the five ways to do a table lookup in sas? : sas-grid-administration

809


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2469


Give some ways by which you can define the variables to produce the summary report (using proc report)?

826


where to use sas business intelligence? : Sas-bi

776


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

934


what is function of retain statment

1780


explain the main difference between the nodup and nodupkey options? : Sas-administrator

914


For what purposes have you used sas macros? : sas-macro

755


What are the ways in which macro variables can be created in sas programming?

777


What does P-value signify about the statistical data?

1086


How to convert a numeric variable to a character variable?

863


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

844


Which command is used to save logs in the external file?

793


how do you debug and test your sas programs? : Sas programming

830