What is a post baseline?
if x=round(26.3,10)-1 then x= how much and how explain?
What are the different types of sas functions?
Explain how merging helps to combine data sets.
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
what is intially documentation in sas?
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
how does sas handle missing values in assignment statements? : Sas programming
what techniques and/or procs do you use for tables? : Sas programming
what are the differences between proc report and proc tabulate?
how do you validate sas program?
How can you put a "trace" in your program?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.