Explain translate function?
What is the sas data set? : sas-grid-administration
I have a dataset with variables empid and doj how to calculate retirement age?
What is the difference between informat and format statement?
How do you write a test plan?
What’s the difference between var b1 – b3 and var b1 — b3?
what are different analysis datasets you created and what are the new variables created
how we can call macros with in data step?
what is sas database server? : Sas-di
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
How to select the observations randomly from a SAS dataset
for what purpose would you use the retain statement? : Sas programming
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;