Sometimes we have text values in a string in a variable and we need to have those values parsed into individual variables. For example, I may have a record that indicates the subject received doses at 10mg, 20mg, and 30mg. T
|
|
Published Tips
Macro to parse elements in a text string based on a delimiter
Posted by admin (Editorial / Blog)Macro to standardize the report layout in PROC REPORT (PDF version)
Posted by aywconsulting (Editorial / Blog)The attached file below, contains a simple macro that establishes the footnotes, titles, page orientation, ODS template, etc for creating a PDF file from PROC REPORT.
Using a macro of this type has three main advantages:
Deleting all datasets in a library
Posted by aywconsulting (Editorial / Blog)Sometimes we would really like to clean up our work space, our virtual work space in SAS that is. Sometimes its necessary to start with an empty directory before running a set of code. PROC DATASETS provides a simple way to
EMEA Call for Comments on Guidance for Missing Data
Posted by admin (Editorial / Blog)The European Medicines Agency (EMEA) published draft guidance on 23Apr2009 for the handling of missing data in clinical trials. They are soliciting comments with a deadline of 31Oct2009. See the emea missing data.pdf file be
This sample demonstrates how to use the Java Object and the DATA Step Component Interface to implement a basic calculator.