Everyone's Recent SAS Snippets



« Prev [Page 3 of 4] Next »
  1. 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
  2. FAVClean-up: Delete temporary Datasets in work directory

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

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

    SAS options VALIDVARNAMEUPCASE
    posted on June 7, 2009 by sarathannapareddy
  5. 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
  6. 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
  7. 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
  8. FAVClean-Up: Delete datasets in the work library:

    SAS proc Datasets
    posted on June 7, 2009 by sarathannapareddy
  9. FAVSelecting 5 max observations per category

    SAS data last first sas step
    posted on May 26, 2009 by statsplank
  10. FAVImport from and Export to Excel

    SAS import excel export proc sas
    posted on April 29, 2009 by statsplank
  11. FAVSAS program top

    SAS options sas goptions
    posted on April 29, 2009 by statsplank
  12. FAVPredicted value and 95% CI for an individual prediction (PROC REG)

    SAS proc sas reg predicted
    posted on April 17, 2009 by statsplank
  13. FAVRetrieve the path name and filename of executing program ... programmatically

    SAS sql call XPath proc scan sas symput sashelpvextfl
    posted on April 7, 2009 by sarathannapareddy
  14. FAVHoe to check if the variable exsits in the dataset or not

    SAS data open functions variable exists null call dataset symput VARNUM
    posted on April 7, 2009 by sarathannapareddy
  15. FAVHow to check if the File is exist or not in SAS:

    SAS filename sas Fileref sysfunc fileexist
    posted on April 1, 2009 by sarathannapareddy
  16. FAVSAS Clinical Interview Questions: CDISC,SDTM, ADAM etc

    SAS mapping domains proc CDISC SDTM ADAM
    posted on March 31, 2009 by sarathannapareddy
  17. FAVHow to detect missing values using Arrays

    SAS loop arrays missing in where values do dataset proc sas FREQ statemnt
    posted on March 31, 2009 by sarathannapareddy
  18. FAVHow To calculate Number of Days between two dates/ Calculating Age

    SAS AGE INTCK YRDIF DATDIF
    posted on March 30, 2009 by sarathannapareddy
  19. FAVHow to Create a .csv file of a SAS dataset

    SAS import file print csv all dataset proc sas Put DEXPORT
    posted on March 30, 2009 by sarathannapareddy
  20. FAVSAS programming errors we make..... can be deadly sometimes

    SAS errors variables key set programming BY statement flag sas
    posted on March 30, 2009 by sarathannapareddy
  21. FAVDisplaying the Graphs (Bar charts) using PROC GCHART in SAS :

    SAS tips proc sas Gchart
    posted on March 26, 2009 by sarathannapareddy
  22. FAVProc Transpose: Convert columns into rows or rows into columns

    SAS arrays proc sas Transpose
    posted on March 26, 2009 by sarathannapareddy
  23. FAVCreate Access Database from SAS

    SAS database access
    posted on February 19, 2009 by webonomic
  24. FAVReorder Variables in SAS

    SAS variables reorder
    posted on February 4, 2009 by webonomic
  25. FAVSAS Array Colon Modifier

    SAS array
    posted on January 27, 2009 by webonomic
  26. FAVDelete observations containing characters and keep numeric values only

    SAS delete character numeric keep
    posted on January 27, 2009 by webonomic
  27. FAVGet SAS Version

    SAS version sas saved by 1 person
    posted on December 22, 2008 by webonomic
  28. FAVConvert values from character to numeric or from numeric to character

    SAS convert sas datatypes
    posted on December 10, 2008 by webonomic
  29. FAVConverting SAS datetime to oracle_datetime

    SAS date format sas
    posted on November 25, 2008 by vasdee
  30. FAVProc FCMP Creating a Function and Calling the Function from a DATA Step

    SAS proc FCMP
    posted on October 2, 2008 by webonomic
  31. FAVProc FCMP Creating a Call Routine and Function

    SAS proc FCMP
    posted on October 2, 2008 by webonomic
  32. FAVProc FCMP Example

    SAS proc FCMP
    posted on October 2, 2008 by webonomic
  33. FAVCount up the number of characters in a string

    SAS character String count
    posted on October 2, 2008 by webonomic
  34. FAVCount up the number of substrings in a string

    SAS String count
    posted on October 2, 2008 by webonomic
  35. FAVUse Regular Expressions in Proc SQL

    SAS sql match regular Expression proc
    posted on October 2, 2008 by webonomic
  36. FAVAccess SQLite Database from SAS

    SAS database odbc SQLite
    posted on September 30, 2008 by webonomic
  37. FAVNeedle Plot with SGPLOT

    SAS needle graph SGPLOT plot
    posted on June 11, 2008 by webonomic
  38. FAVMatch Merge using Proc SQL

    SAS sql merge match dataset proc
    posted on May 24, 2008 by webonomic
  39. FAVSAS goto statement

    SAS control goto flow
    posted on May 17, 2008 by webonomic
  40. FAVCreate a new data set for each BY-Group in a data set

    SAS BY statement dataset subset
    posted on May 13, 2008 by webonomic
« Prev [Page 3 of 4] Next »