Give some ways by which you can define the variables to produce the summary report (using proc report)?
1094What is the difference between using drop = data set option in data statement and set statement?
1166What would be the value of month at the end of data step execution and how many observations would be there?
1165
Describe the function and untility of the most difficult SAS macro that you have written.
What are the features of base sas system?
How do dates work in sas?
What commands are used in the case of including or excluding any specific variables in the data set?
State the difference between INFORMAT and FORMAT ?
What is substr function?
How do you control the number of observations and/or variables read or written?
what is program data vector? : Sas-administrator
Tell me more about the parameters in macro? : sas-macro
What Proc glm does?
Difference between informat and format?
Where do you use proc means over proc freq?
What is PROC in SAS?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
Explain proc univariate?