how does sas handle missing values in a merge? : Sas programming
How do you add a prefix to some or all variables in a dataset using a SAS macro?
What is the difference between %put and symbolgen? : sas-macro
What is run-group processing?
What is the difference between SAS Data step and SAS PROC SQL, and which is better?
what are validation tools that are used in sas? : Sas-administrator
what is sas database server? : Sas-di
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
what is sas olap server? : Sas-di
Explain the use of proc print and proc contents?
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
Of all your work, where have you been the most successful?
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.