when we are using the PROC TRANSPOSE? OBSERVATIONS are
repeated then what will happen and what it will show in log
window.
Answer / ram
not syntax error, but it will show warning message.
bcoz OBS are converted into variable.
| Is This Answer Correct ? | 2 Yes | 1 No |
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is factor analysis? : Sas-administrator
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
what is p-value
3 Answers Accenture, Quintiles, Sristek,
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
How to read the file names of a text files from a shared drive using SAS?
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
AE datasets names? how many types?
What is instream data in SAS?
What are the advantages of using sas?