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 |
What do you know about symput and symget?
Name few SAS functions?
how to write code for left outer join in SAs using datastep?
How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
What is PDV?
How to get part of string form the source string without using sub string function in SAS?
What is a post baseline?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
how can you create zero observation dataset? : Sas programming
How many missing values are available? When might you use them?
What would be the value of month at the end of data step execution and how many observations would be there?