when we are using the PROC TRANSPOSE? OBSERVATIONS are
repeated then what will happen and what it will show in log
window.
Answer Posted / ram
not syntax error, but it will show warning message.
bcoz OBS are converted into variable.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the good sas programming practices for processing large data sets?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Enlist the syntax rules followed in sas statements.
What is the maximum length of the macro variable?
What is the use of divide function?
Explain the use of proc gplot? : sas-grid-administration
If money were no object, what would you like to do?
What are symget and symput? : sas-macro
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
what do the pad and dim functions do? : Sas programming
What is the basic syntax of a sas program?
In sas, what are the areas that you are most interested in? : sas-grid-administration
What is the difference between using drop = data set option in data statement and set statement?