Transcription of SAS Functions by Example
{{id}} {{{paragraph}}}
Examples fromExamples fromSAS Functions by SAS Functions by ExampleExampleRon CodyRon CodyHerman Lo Herman Lo Technical Analyst, RBC Capital MarketsTechnical Analyst, RBC Capital MarketsAgendaAgenda Book StructureBook Structure Examples from the BookExamples from the Book Character Functions (CATS, CATX)Character Functions (CATS, CATX) Date and Time Functions (INTCK, INTNX)Date and Time Functions (INTCK, INTNX) Descriptive Stats (IQR, SMALLEST/LARGEST)Descriptive Stats (IQR, SMALLEST/LARGEST) Special Functions (INPUT, PUT)Special Functions (INPUT, PUT) Macro Functions (CALL SYMPUT, CALL SYMPUTX)Macro Functions (CALL SYMPUT, CALL SYMPUTX) The VerdictThe VerdictBook StructureBook Structure TOC TOC List of ChaptersList of Chapters List of ProgramsList of Programs At the beginning of each chapterAt the beginning of each chapter List of Functio
Character Functions CATS(string-1, string-2 …) Joins strings, stripping both leading and trailing blanks CATX(string-1, string-2 …) Joins strings, stripping both leading and trailing blanks, and add a space in between them ExampleExample A = ““StarStar”” B = ““WarsWars”” CATS(A, B) = ““StarWarsStarWars””
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}