How will you react when, while consulting a SAS
documentation manual to get an answer to a problem, someone
says hey, I thought you were supposed to know all that
stuff already, and not have to look it up in a book?
No Answer is Posted For this Question
Be the First to Post Answer
What is factor analysis?
What are the ways to do a “table lookup” in sas?
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
How do you generate random samples?
What Proc glm does?
How do you delete duplicate observations in sas?
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
What’s the difference between var b1 – b3 and var b1 — b3?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
How necessary is it to be creative in your work?
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 it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT