What is the difference between a PROC step and a DATA step?
Answer Posted / vj
Data Step processes data ROW-wise.
Proc Step processes data COLUMN-wise.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the role of sas grid administrator? : sas-grid-administration
What is the basic syntax style in SAS?
Approximately what date is represented by the SAS date value of 730?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What function CATX syntax does?
What are pdv and it functions?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
which date functions advances a date time or date/time value by a given interval? : Sas programming
Difference between informat and format?
What are common programming errors committed in sas
What is the purpose of _character_ and _numeric_?
What are the ways to do a “table lookup” in sas?
Explain the special input delimiters used in sas programming.
How would you include common or reuse to be processed along with your statements?
What are the limitations for memory allocation for SAS variables