What is the difference between a PROC step and a DATA step?
Answer Posted / dg
Generally, Proc Step is used for analyzing the dataset in
SAS without changing the dataset, to produce different outputs.
Data Step is used to change/modify/create new datasets in SAS.
Exception: Proc Sort/Proc Sql; here u can create new dataset
or modify the existing one..
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
How would you invoke a macro? : sas-macro
Explain the difference between informat and format with an example.
what is hash files in sas and why we are using this one in sas?
In ARRAY processing, what does the DIM function do?
explain about sas business intelligence? : Sas-bi
what is sas business intelligence? : Sas-bi
what does the run statement do? : Sas programming
How would you define the end of a macro? : sas-macro
What is maximum storage capability of SAS?
what are _numeric_ and _character_ and what do they do? : Sas programming
Difference between nodup and nodupkey options?
Define run-group processing?
What is your favorite all time computer book? Why?
What is a macro routine?
what are the best practices to process the large data sets in sas programming? : Sas-administrator