Name statements that are execution only.
Answer Posted / vengala reddy
run
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to include or exclude specific variables in a data set?
what is data access? : Sas-di
What is the role of administrative users? : sas-grid-administration
Explain what is SAS informats?
Explain substr function?
How do you delete duplicate observations in sas?
What are symget and symput? : sas-macro
For clinical entire study how many tables will create approx?
Mention what is PROC in SAS?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Mention what is SAS data set?
What is the SAS data set?
What are common programming errors committed 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 ...