Tell e how how dealt with..
No Answer is Posted For this Question
Be the First to Post Answer
What is program data vector (pdv) and what are its functions?
How would you delete observations with duplicate keys?
What is a put statement?
Why do we use QUIT commmand for proc datasets and proc sql ???
Can you execute macro within another macro? : sas-macro
what are all the default values getting in PROC MEANS...???
how can u create zero observation dataset?
What is the use of the %include statement?
What can you learn from the SAS log when debugging?
Identify statements whose placement in the DATA step is critical?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?