This week our SAS paper review looks at “Deciphering PROC COMPARE Codes: The Use of the bAND Function ” by Joseph Hinson and Margaret Coughlin of Merck Sharp & Dohme Corp. PROC COMPARE is often seen as the gold standard for validating…
SAS-paper-review-5/
This week our SAS paper review looks at “TIPS AND TRICKS OF EFFICIENT SAS® PROGRAMMING FOR SDTM DATA ” by Eric Qi and Fikret Karahoda of Merck & Co. The paper examines problems which can result from processing and storing large SDTM datasets and…
SAS tips & tricks #11 – PROC SQL; INSERT INTO
In this tips & tricks post we look at how PROC SQL INSERT INTO provides a concise method for inserting additional rows into a dataset. Sometimes it is necessary to force additional observations into your datasets, inserting new observations into…