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
How are numeric and character missing values represented internally?
Name validation tools used in SAS
what is hierarchy flattening? : Sas-di
what has been your most common programming mistake? : Sas programming
What is the difference between %local and %global? : sas-macro
what can you learn from the sas log when debugging? : Sas programming
Differentiate between sas functions and sas procedures.
Tell me about % include and % eval? : sas-macro
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
how can you create zero observation dataset? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Of all your work, where have you been the most successful?
What is the sas data set? : sas-grid-administration
Name types of category in which SAS Informats are placed?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration