What does a PROC TRANSPOSE do?

Answer Posted / amar

To make this crosstabulation of time of day and choice of
radio programming, you must have a data set that contains a
variable for time of day and a variable for programming
preference. PROC TRANSPOSE reshapes the data into a new data
set that contains these variables

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how you can debug and test your SAS program?

570


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

540


: and & modifiers.

868


how does sas handle missing values in functions? : Sas programming

605


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1169






Hello, I have PROC SQLs results group by 3 fields and I use SUM and COUNT functions in SQL. The problem is when I try to display my result with PROC TABULATE. I am getting very big numbers. I believe I make a mistake some where in Tabulate. Here is my Proc Tabulate. PROC TABULATE DATA=OUT04_05 FORMAT=12.; CLASS YR CENTRE VISA / PRELOADFMT EXCLUSIVE; VAR NEWUSER FRAUD TRANSFER AUTUSER REISSUE; TABLE CENTRE ALL, (YR ALL)*VISA, (NEWUSER*F=COMMA12. AUTUSER*F=COMMA12. FRAUD*F=COMMA12. TRANSFER*F=COMMA12. REISSUE*F=COMMA12.) / MISSTEXT={LABEL='0'} PRINTMISS RTS=20; FORMAT VISA VISAFMT.; KEYLABEL SUM = ' ' ALL = 'TOTAL'; LABEL YR = 'DATE YEAR' NEWUSER = 'TOTAL NEW ACCT' TRANSFER = 'TOTAL TRANSFER' FRAUD = 'TOTAL FRAUD TRANSFER' AUTUSER = 'TOTAL AUTH USERS' REISSUE = 'TOTAL REISSUE'; When I code it like : NEWUSER*N*F=COMMA12. AUTUSER*N*F=COMMA12. I get same amount numbers but to find a NEWUSER I use COUNT(*) and to find AUTUSER I use SUM(xxxx) function so both result shouldn’t be the same my problem is in this point. Could you tell me where the problem in code is. How can I display my result? TX.

1782


what is the difference between unique key and primary key? : Sas-di

605


How we can call macros with in data step? : sas-macro

619


how many display types available in sas bi dashboard? : Sas-bi

646


how do you debug and test your sas programs? : Sas programming

567


How do dates work in sas?

649


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

710


What do you code to create a macro? : sas-macro

586


How to convert a numeric variable to a character variable?

634


what is star schema? : Sas-di

649