SAS function Learning
1. Function Write format:
1) General writing format: function name (parameter 1, parameter 2, ...) )
2) Shorthand format: function name (of parameter 1-parameter n) or function name (of parameter 1 parameter 2 ...) )
2. Function Introduction
2.1 Character processing function
1) substr 2) Scan 3) index 4) length 5) Compress 6) Translate 7) Trim 8) UpCase 9) lowcase) UrlDecode) (TRANWRD) rank) byte () repeat) reverse
2.2 Mathematical arithmetic functions
1) Sum 2) Max 3) min 4) ABS 5) mod 6) Round 7) sqrt 8) Celt 9) floor) int one) log () exp) sin
2.3 Time and date functions
1) Year 2) Month 3) Day 4) MDY 5) Weekday 6) Qtr 7) HMS 8) Today 9) datetime) juldate
2.4 Statistical Functions
1) mean 2) PDF 3) CDF 4) Probnorm 5) var 6) STD 7) stderr 8) CV 9) skewness) kurtosis one) USS () CSS) range
2.5 Custom Functions
The role and syntax of each function is not described.
SAS Learning Experience Summary share: Article Three