Your Ad Here

Everyone's Recent SAS Snippets



« Prev [Page 2 of 4] Next »
  1. FAVSAS Macro to split a dataset into multiple datasets vertically with a common primary key

    SAS macros sas
    posted on January 26, 2010 by sastechies
  2. FAVSAS Macro to Cleanup your WORK directory

    SAS dir base macro work 9 sas
    posted on January 26, 2010 by sastechies
  3. FAVSAS Macro to simply analyze a dataset.

    SAS macros 9 sas 92 Analyze saved by 1 person
    posted on January 26, 2010 by sastechies
  4. FAVSAS Macro to add a prefix to some or all variables in a data set...

    SAS base macro advanced sas
    posted on December 11, 2009 by sastechies
  5. FAVSAS Interview Questions and Answers

    SAS base and 9 Interview advanced sas questions answers AnswersSAS
    posted on December 11, 2009 by sastechies
  6. FAVfind the nth business day of a given month and year in SAS

    SAS day base macro Business advanced sas findnth
    posted on December 11, 2009 by sastechies
  7. FAVSAS Display Manager Commands

    SAS display commands manager DM keydiff
    posted on November 30, 2009 by sarathannapareddy
  8. FAVEven you can Use HASH and DOUBLE DASH: It’s that Simple……

    SAS hash tips double sas
    posted on November 1, 2009 by sarathannapareddy
  9. FAVSAS Interview Questions on Macros

    SAS macros Interview sas questions
    posted on November 1, 2009 by sarathannapareddy
  10. FAVVery Basic SAS Interview Questions and Answers

    SAS select point and if statements double Interview sas questions vs statementsSAS OptionsDash dashStop
    posted on November 1, 2009 by sarathannapareddy
  11. FAVSelf teach SAS Tutorials

    SAS data base Tutorials procedures the sas step Displaying
    posted on November 1, 2009 by sarathannapareddy
  12. FAVMerging the data sets with a common variable if the datasets has the same prefix name?

    SAS merge macros datastep sas
    posted on November 1, 2009 by sarathannapareddy
  13. FAVSAS Tips: Few Lines of code

    SAS syntax tips flag sas Assigning
    posted on November 1, 2009 by sarathannapareddy
  14. FAVStandardising Clinical Data exchange

    SAS data CDISC Clinical trials
    posted on November 1, 2009 by sarathannapareddy
  15. FAVDummy Dataset or SAS Options: Which is better to insert a Zero Row?

    SAS zero dummy dataset proc tabulate Observations completetypes preloadfmt sparse means summaryproc
    posted on November 1, 2009 by sarathannapareddy
  16. FAVShow all possible values in table regardless of whether or not the value exists

    SAS values proc Summary tabulate nonexistent
    posted on August 25, 2009 by webonomic
  17. FAVMacro IN Operator

    SAS character option system macro operator in Mnemonic MINOPERATOR
    posted on August 16, 2009 by sarathannapareddy
  18. FAVReplace missing values of variables into Zeros

    SAS replace loop arrays missing values do sas
    posted on August 13, 2009 by sarathannapareddy
  19. FAVHow to calculate number of years and number of days between 2 dates;

    SAS number days between dates of 2 INTCK YRDIF DATDIF ACTACT
    posted on August 13, 2009 by sarathannapareddy
  20. FAVMacro Debugging Options

    SAS a macro debugging Mprint Mlogic Mfile Macrogen Symbolgen
    posted on August 13, 2009 by sarathannapareddy
  21. FAVMerging data sets using macro code/ Macro for merging datasets

    SAS data merge macros sas step DO-LOOP
    posted on August 11, 2009 by sarathannapareddy
  22. FAVHow to delete previously assigned formats and informats of variables in the dataset

    SAS delete and statement modify proc sas statemnt Datasets formats informats
    posted on August 11, 2009 by sarathannapareddy
  23. FAVFinding the number of observations in the Dataset

    SAS sql data tables open variable into macro dictionary null call dataset proc sas sysfunc symput NOBS ATTRN Clause SQLOBSAutomatic
    posted on August 11, 2009 by sarathannapareddy
  24. FAVCall Sumput vs Call SymputX

    SAS difference call symput Routines SYMPUTX
    posted on August 11, 2009 by sarathannapareddy
  25. FAVRenaming All variables in the SAS dataset using SASHELP VIEWS/DICTIONARY.tables

    SAS variables rename call modify proc symput Datasets SAShelpVtable Dictionarytables DO-LOOP
    posted on July 30, 2009 by sarathannapareddy
  26. FAVDash (-) and Double Dash(--) concept in SAS

    SAS - dash double --
    posted on July 30, 2009 by sarathannapareddy
  27. FAVDictionary Tables and SASHELP Views (SAS metadata)

    SAS sql tables dictionary views proc Dictionarytables SASHELP Vcolumn Vtable DictionaryCoulumns VEXTFL VLIBNAM VTITLES
    posted on July 30, 2009 by sarathannapareddy
  28. FAV%EVAL AND %SYSEVALF MACRO FUNCTIONS: GETTING TO KNOW THEM BETTER.

    SAS functions macro Eval SYSEVALF
    posted on July 23, 2009 by sarathannapareddy
  29. FAVSubscript or Superscript in the footers/titles of RTF output

    SAS tables output and titles listings Subscript Superscript Footnotes RTF Graphs
    posted on July 23, 2009 by sarathannapareddy
  30. FAVRenaming All Variables in a SAS Data Set Using the SASHELP VIEWS

    SAS tables dictionary rename dataset proc sas Datasets SAShelpvcolumn SAShelpVtable SASHELP DO-LOOP
    posted on July 23, 2009 by sarathannapareddy
  31. FAVEven you can Use HASH and DOUBLE DASH: It’s that Simple……

    SAS - programming tips double sas HASH-
    posted on July 23, 2009 by sarathannapareddy
  32. FAVrandom dates

    SAS date random function doloop
    posted on July 16, 2009 by rkoopmann
  33. FAVIFC and IFN functions: New IF functions:

    SAS new functions and sas IFC IFN
    posted on June 21, 2009 by sarathannapareddy
  34. FAVDEXPORT and DIMPORT: DISPLAY MANAGER commands used to IMPORT and EXPORT the Tab delimited (Excel and .CSV) files;

    SAS import files csv excel export tab delimited DEXPORT DIMPORT
    posted on June 21, 2009 by sarathannapareddy
  35. FAVClean-up: Delete temporary Datasets in work directory

    SAS delete kill work proc Datasets Temporary NOLIST
    posted on June 14, 2009 by sarathannapareddy
  36. FAVConcatenation Functions/CALL ROUTINES

    SAS cat CATS CATX CATT
    posted on June 14, 2009 by sarathannapareddy
  37. FAVOptions VALIDVARNAME=UPCASE

    SAS options VALIDVARNAMEUPCASE
    posted on June 7, 2009 by sarathannapareddy
  38. FAVProc Compare/Dictionary.Coulmns/Dictionary.Tables.: Program used to compare the SAS datasets in two directories

    SAS sql compare proc Dictionarycolumns Dictionarytables
    posted on June 7, 2009 by sarathannapareddy
  39. FAVmaxvarlen_macro: Check the Length of all character variables length is LT 200

    SAS sql variables character call proc symput SAShelpvcolumn SAShelpVtable nvars
    posted on June 7, 2009 by sarathannapareddy
  40. FAVHow to delete or remove previously assigned formats and informats completely from the SAS dataset:

    SAS all proc Datasets formats informats
    posted on June 7, 2009 by sarathannapareddy
« Prev [Page 2 of 4] Next »