Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What does a PROC TRANSPOSE do?

Answer Posted / sarath

We have two different type of TRANSPOSE: “UP” and “DOWN”:

“UP” transpose change rows of a dataset to columns, whereas
the “Down” transpose change columns to rows. We either
use "UP" or "DOWN" tranpose depending upon the requirement.

Whenver we use PROC TRANSPOSE we need to ask some questions
ourselves, since visualizing the PROC Transpose syntax is
not that easy:

To develop the PROC TRANSPOSE syntax we need to know the
answers to the above questions,

1) Which variable/variables need to get transposed?
A) Whatever the variable we mention in the ID statement.
2) What are the variables that need to stay same as in the
input dataset?
A) Variables that are included in the BY statement.
3) Which variables values need to become the values for the
transposed variable.
A) Variables that are included in the VAR statement.
read more at...

http://studysas.blogspot.com/2009/03/proc-transpose-how-to-
convert.html

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of the %include statement?

1209


How substr function works in sas?

1267


What is the maximum and minimum length of macro variable

1334


Can you explain the process of calendar?

1154


Give e an example of..

2133


What are the ways in which macro variables can be created in sas programming?

1168


how to debug and test the sas program? : Sas-administrator

1070


what is sas metadata server? : Sas-di

1153


What are the 3 components in sas programming?

1236


how can you put a "trace" in your program? : Sas programming

1105


what is intially documentation in sas?

5122


What is the length assigned to the target variable by the scan function?

1200


What are the difference between sas functions and procedures?

1198


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

1307


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1721