PROfile
All time reputation: 9
Achievement
You have not received any achievements.sarathannapareddy's Recent SAS Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev [Page 1 of 2] Next »
SAS option autoexecsas fmtsearch nofmterr
ERROR: The format XXXX was not found or could not be loaded.
posted on May 18, 2010 by sarathannapareddy
SAS file output files log to a write commands and the sending routing DM saving seperate
Sending the LOG and OUTPUT from PC SAS to a seperate file
posted on May 18, 2010 by sarathannapareddy
SAS records number random seed proc Datasets Surveyselect sampling RANUNI Shuffling
Random Sample Selection
posted on May 11, 2010 by sarathannapareddy
SAS format leading zeros tod8
tod8. and picture formats: How Can I Find a Time Format that Does Not Remove the Leading Zero e.g. Time5
posted on April 26, 2010 by sarathannapareddy
SAS format upcase
$UPCASEw. format
posted on April 26, 2010 by sarathannapareddy
SAS multiple prxmatch different substrings
PRXMATCH Function
posted on April 26, 2010 by sarathannapareddy
SAS data list variables set a macro in of
How to create a macro variable containing a list of variables in a DATA set
posted on April 26, 2010 by sarathannapareddy
SAS a d missing special values U
Special Missing Values in SAS
posted on April 26, 2010 by sarathannapareddy
SAS letter sas RTF
http://studysas.blogspot.com/2010/04/write-letter-using-sas.html
posted on April 26, 2010 by sarathannapareddy
SAS sort single and multiple call execute using proc sas Datasets
CALL EXECUTE: Easy way to print or sort multiple files.
posted on April 26, 2010 by sarathannapareddy
SAS long characters more marks than 262 noQuoteLenMax QuoteLenMax unbalanced quotation
WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation
posted on April 26, 2010 by sarathannapareddy
SAS display commands manager DM keydiff
SAS Display Manager Commands
posted on November 30, 2009 by sarathannapareddy
SAS hash tips double sas
Even you can Use HASH and DOUBLE DASH: It’s that Simple……
posted on November 1, 2009 by sarathannapareddy
SAS macros Interview sas questions
SAS Interview Questions on Macros
posted on November 1, 2009 by sarathannapareddy
SAS select point and if statements double Interview sas questions vs statementsSAS OptionsDash dashStop
Very Basic SAS Interview Questions and Answers
posted on November 1, 2009 by sarathannapareddy
SAS data base Tutorials procedures the sas step Displaying
Self teach SAS Tutorials
posted on November 1, 2009 by sarathannapareddy
SAS merge macros datastep sas
Merging the data sets with a common variable if the datasets has the same prefix name?
posted on November 1, 2009 by sarathannapareddy
SAS syntax tips flag sas Assigning
SAS Tips: Few Lines of code
posted on November 1, 2009 by sarathannapareddy
SAS data CDISC Clinical trials
Standardising Clinical Data exchange
posted on November 1, 2009 by sarathannapareddy
SAS zero dummy dataset proc tabulate Observations completetypes preloadfmt sparse means summaryproc
Dummy Dataset or SAS Options: Which is better to insert a Zero Row?
posted on November 1, 2009 by sarathannapareddy
SAS character option system macro operator in Mnemonic MINOPERATOR
Macro IN Operator
posted on August 16, 2009 by sarathannapareddy
SAS replace loop arrays missing values do sas
Replace missing values of variables into Zeros
posted on August 13, 2009 by sarathannapareddy
SAS number days between dates of 2 INTCK YRDIF DATDIF ACTACT
How to calculate number of years and number of days between 2 dates;
posted on August 13, 2009 by sarathannapareddy
SAS a macro debugging Mprint Mlogic Mfile Macrogen Symbolgen
Macro Debugging Options
posted on August 13, 2009 by sarathannapareddy
SAS data merge macros sas step DO-LOOP
Merging data sets using macro code/ Macro for merging datasets
posted on August 11, 2009 by sarathannapareddy
SAS delete and statement modify proc sas statemnt Datasets formats informats
How to delete previously assigned formats and informats of variables in the dataset
posted on August 11, 2009 by sarathannapareddy
SAS sql data tables open variable into macro dictionary null call dataset proc sas sysfunc symput NOBS ATTRN Clause SQLOBSAutomatic
Finding the number of observations in the Dataset
posted on August 11, 2009 by sarathannapareddy
SAS difference call symput Routines SYMPUTX
Call Sumput vs Call SymputX
posted on August 11, 2009 by sarathannapareddy
SAS variables rename call modify proc symput Datasets SAShelpVtable Dictionarytables DO-LOOP
Renaming All variables in the SAS dataset using SASHELP VIEWS/DICTIONARY.tables
posted on July 30, 2009 by sarathannapareddy
SAS - dash double --
Dash (-) and Double Dash(--) concept in SAS
posted on July 30, 2009 by sarathannapareddy
SAS sql tables dictionary views proc Dictionarytables SASHELP Vcolumn Vtable DictionaryCoulumns VEXTFL VLIBNAM VTITLES
Dictionary Tables and SASHELP Views (SAS metadata)
posted on July 30, 2009 by sarathannapareddy
SAS functions macro Eval SYSEVALF
%EVAL AND %SYSEVALF MACRO FUNCTIONS: GETTING TO KNOW THEM BETTER.
posted on July 23, 2009 by sarathannapareddy
SAS tables output and titles listings Subscript Superscript Footnotes RTF Graphs
Subscript or Superscript in the footers/titles of RTF output
posted on July 23, 2009 by sarathannapareddy
SAS tables dictionary rename dataset proc sas Datasets SAShelpvcolumn SAShelpVtable SASHELP DO-LOOP
Renaming All Variables in a SAS Data Set Using the SASHELP VIEWS
posted on July 23, 2009 by sarathannapareddy
SAS - programming tips double sas HASH-
Even you can Use HASH and DOUBLE DASH: It’s that Simple……
posted on July 23, 2009 by sarathannapareddy
SAS new functions and sas IFC IFN
IFC and IFN functions: New IF functions:
posted on June 21, 2009 by sarathannapareddy
SAS import files csv excel export tab delimited DEXPORT DIMPORT
DEXPORT and DIMPORT: DISPLAY MANAGER commands used to IMPORT and EXPORT the Tab delimited (Excel and .CSV) files;
posted on June 21, 2009 by sarathannapareddy
SAS delete kill work proc Datasets Temporary NOLIST
Clean-up: Delete temporary Datasets in work directory
posted on June 14, 2009 by sarathannapareddy
SAS cat CATS CATX CATT
Concatenation Functions/CALL ROUTINES
posted on June 14, 2009 by sarathannapareddy
SAS options VALIDVARNAMEUPCASE
Options VALIDVARNAME=UPCASE
posted on June 7, 2009 by sarathannapareddy