- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 02-24-2020 12:12 PM
(454 views)
Using SAS 9.4
I have a data set that has multiple time points per person and each time point is a separate row and I would like to create a wide data set from this (i.e. all time points on 1 row for each person) so I can compare the dates. Is there an efficient to rename all variables in a data set to include "_1", "_2" etc. at the end of each variable? Thank you
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
PROC TRANSPOSE
--
Paige Miller
Paige Miller