About 66,500 results
Open links in new tab
  1. How to Use PROC TRANSPOSE in SAS (With Examples) - Statology

    Jan 17, 2022 · This tutorial explains how to use PROC TRANSPOSE in SAS to transpose a dataset, including several examples.

  2. PROC TRANSPOSE: Overview: TRANSPOSE Procedure - SAS

    What Does the TRANSPOSE Procedure Do? The TRANSPOSE procedure creates an output data set by restructuring the values in a SAS data set, transposing selected variables into …

  3. PROC TRANSPOSE In SAS (With 10+ Examples) - Learn SAS Code

    Nov 12, 2023 · The TRANSPOSE procedure can often eliminate the need to write a lengthy DATA step to achieve the same result. Further, the output data set can be used in subsequent …

  4. SAS : PROC TRANSPOSE with Examples - ListenData

    This tutorial explains how to transpose a dataset using the PROC TRANSPOSE procedure in SAS, along with examples.

  5. How to reshape data wide to long using proc transpose | SAS Learning ...

    Transposing one group of variables. For a data set in wide format such as the one below, we can reshape it into long format using proc transpose.

  6. SAS Tutorials: Transposing Data using PROC TRANSPOSE

    Oct 1, 2025 · This guide contains written and illustrated tutorials for the statistical software SAS. This SAS software tutorial shows how to use PROC TRANSPOSE to transpose a dataset's …

  7. PROC TRANSPOSE: PROC TRANSPOSE Statement - SAS Support

    specifies a delimiter to use in constructing names for transposed variables in the output data set. If specified, the delimiter will be inserted between variable values if more than one variable has …

  8. Complete Guide to PROC TRANSPOSE in SAS

    Aug 22, 2020 · If you work with data, inevitably, you sometimes need to transpose your data. In this article, we explain how to use PROC TRANSPOSE to transpose a SAS data set. We both …

  9. Proc Transpose Tutorial - SASCrunch.com

    PROC TRANSPOSE provides the ability to go from a long dataset (where there are multiple rows for a given subject) to a wide dataset (where there are multiple columns for a subject). You …

  10. SAS Help Center: Syntax: PROC TRANSPOSE PROC TRANSPOSE

    Apr 19, 2017 · PROC TRANSPOSE Statement Creates an output data set by restructuring the values in a SAS data set, transposing selected variables into observations.