About 185,000 results
Open links in new tab
  1. Are statistical programming languages like R/SAS considered …

    Jul 1, 2015 · Closed 9 years ago. I still don't understand the difference after reading this So, rather than asking what is the difference between functional vs procedural programming, I thought, …

  2. Differences between SAS and SQL - Stack Overflow

    Nov 3, 2015 · SQL is a language standard, supported by database vendors (and others). SAS is a complex software system, as well as a company based in Cary, NC. Buried deep within the …

  3. Mastering SAS programming - Stack Overflow

    May 1, 2023 · Learning SAS I am new to SAS, have completed SAS base programming essential from SAS and Second part from Coursera "Doing more with SAS". Now I need to …

  4. How do I use a macro variable in R? (Similar to %LET in SAS)

    Feb 13, 2015 · The first line assigns a name to a variable – this is very similar to the actual macro in SAS. This needs to be surrounded by quote, because otherwise R would try to assign the …

  5. sas - Limiting results in PROC SQL - Stack Overflow

    I am trying to use PROC SQL to query a DB2 table with hundreds of millions of records. During the development stage, I want to run my query on an arbitrarily small subset of those records …

  6. Converting SAS code to another language, to turn into self …

    Nov 26, 2019 · "R" is specifically oriented towards statistics work, and, unlike SAS (which consists of macro-calls except in the DATA steps), it is entirely a procedural programming language.

  7. Subsetting SAS data set by earliest date for each subject

    Sep 13, 2018 · I am attempting to retrieve a subset of a SAS data set based on the earliest instance of an event for each particular subject. Here is an example data set: subject date 001 …

  8. Setting a macro variable with if then statement in SAS/WPS

    Oct 19, 2020 · I'm trying to set a macro variable using an if then statement using SAS programming language but using WPS (World Programming System), which is basically a …

  9. Is there any syntaxhighlighter for SAS? - Stack Overflow

    Aug 3, 2013 · The first is sas-mode for editing whole SAS files, the second is using a source block within org-mode for literate programming. I highly recommend reading the Emacs tutorial.

  10. Getting month and fiscal year from columns SAS - Stack Overflow

    Aug 4, 2023 · I want to get current fiscal year (i.e. FY2023 for this instance but FY2024 next year) and 1 month previous (i.e. currently MTH = 7 and/or Month_Name = 'JUL'). How do I get that …