How necessary is it to be creative in your work?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between proc report and proc format?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what other sas products have you used and consider yourself proficient in using? : Sas programming
What would be the value of month at the end of data step execution and how many observations would be there?
what are methods to identify duplicate observations?
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?
Hot to suppress characters from a given string?
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
what is data integration? : Sas-di
where will go the observations that were deleted by delete statement?
Explain the main difference between the sas procedures and functions? : Sas-administrator
What is criteria for adverse events and treatment-emergent adverse events?