What is the difference between a PROC step and a DATA step?
Answer Posted / subrahmanyam
Data step to read and modify data , creates a SAS data set
and begin with DATA statement.
Proc step to perform specific analysis , produce results
and begin with PROC statement.
| Is This Answer Correct ? | 49 Yes | 2 No |
Post New Answer View All Answers
If a variable contains letters or special characters, can it be numeric data type?
What is the order of application for output data set options, input data set options and SAS statements?
What are the default statistics that proc means produce?
What is the difference between %put and symbolgen? : sas-macro
What is the purpose of _character_ and _numeric_?
what is null hypothesis? why do you consider that?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
what is data access? : Sas-di
What is the command used to find missing values?
What commands are used in the case of including or excluding any specific variables in the data set?
How would you invoke a macro? : sas-macro
How to include or exclude specific variables in a data set?
What are the difference between sas functions and procedures?
Do you need to know if there are any missing values?
What are the different versions of sas that you have used until now? : sas-grid-administration