Identify statements whose placement in the DATA step is
critical?
Answer Posted / bpl
I hope run statement is critical in a data step
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you delete duplicate observations in sas?
Name some categories in sas 9? : sas-grid-administration
What is a pdv and what are its functions?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
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;
What is the maximum and minimum length of macro variable
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Have you used macros? For what purpose you have used? : sas-macro
what are input dataset and output dataset options? : Sas programming
What are the statements that are executed only?
what do you mean by data staging area? : Sas-di
What is the function of output statement in a SAS Program?
Why double trailing @@ is used in input statement?
Explain why double trailing @@ is used in input statement?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro