Caution: This process requires knowledge of SAS DATA Step and other commands. Please refer to Base SAS documentation (
http://support.sas.com/documentation/) for more information. You should
not attempt to use this process unless you have some experience with SAS programming.
For example, the adsl.sas7bdat data set (found in the
\LifeSciences\Sample Data\Nicardipine\ADaM directory included with JMP Genomics and JMP Clinical, and described in
Nicardipine) shown
below, can be used.
The AGE column (highlighted in
yellow) is used in the following
DATA Step Statements to create a new column named
AGE_GROUP:
In this example, the AGE column (highlighted yellow,
above) was used to compute the new
AGE_GROUP column (highlighted
red,
below).