About 12,100,000 results
Open links in new tab
  1. 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 SAS …

  2. 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, maybe a …

  3. How to use "AND" operators in SAS Macro? - Stack Overflow

    Nov 2, 2023 · The answer below works; the problem is that you're throwing a logical condition into an %if statement which then gets interpreted as part of that statement. Your example turns into %if 'where …

  4. SAS: Change encoding in proc import - Stack Overflow

    Apr 25, 2019 · You need to specify the encoding of the file you are reading/importing. Per SAS support, this can be specified in the filename statement. I've tested it with SAS UE and csv files and it worked …

  5. Are there any tools for converting SAS to SQL? - Stack Overflow

    Jul 21, 2010 · 5 SAS is more than a data access tool. You would lose functionality if you converted SAS to SQL. If you're just looking for an explanation, post a link to the SAS code. Some of us know this …

  6. sas - VS Code default language of new file - Stack Overflow

    Jun 22, 2020 · The language mode for the extension is indeed SAS and not sas. Because of your "file.associations" key, the .sas files that you'll open will show as plain text. However, I just tested this …

  7. how to change the locale language on SAS? - Stack Overflow

    Mar 17, 2015 · the system options shows other than english on the SAS product, due to which some of the properties and also the help manual is not in english, how is it possible to change it? or do I have …

  8. Is there a full code to change the LOCALE in SASonDemand?

    Jun 16, 2021 · I suspects that PROC IMPORT only cares about LOCALE setting to help it figure out how to interpret ambiguous date strings. See is setting the DATESTYLE option will make PROC IMPORT …

  9. Anyone know how to set Notepad++ as default text editor for SAS, …

    Jun 22, 2014 · Anyone know how to set Notepad++ as default text editor for SAS, Stata and R? I'm having the hardest time finding anything online (particularly for SAS). Looking for ability to run code …

  10. PROC OPTMODEL (SAS language) - Stack Overflow

    Oct 6, 2023 · I do not see a MAXIMIZE declaration statement in the documentation, but perhaps SAS is assuming you meant MAX? The syntax of that clearly requires an equal sign and an expression to …