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 ...
1354How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
1626What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
1 2540How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
1 2440What is the different between functions and PROCs that calculate the same simple descriptive statistics?
1725
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How would you identify a macro variable? : sas-macro
what is the use of sas management console? : Sas-di
is data integration and etl programming is same? : Sas-di
Describe the function and untility of the most difficult SAS macro that you have written.
How do you specify the number of iterations and specific condition within a single do loop?
How to include or exclude specific variables in a data set?
How you can read the variables that you need?
what is the difference between floor and ceil functions in sas? : Sas-administrator
What’s the difference between var b1 – b3 and var b1 — b3?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Enlist the syntax rules followed in sas statements.
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;
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?
what is the difference between nodup and nodupkey options? : Sas programming