What is the difference between a PROC step and a DATA step?
Answers were Sorted based on User's Feedback
Answer / kiran datir
The DATA Step is a true workhorse. It allows you to create multiple datasets in one swift step. PROC step requires several SELECT clauses to create multiple datasets.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ju_rk
DATA step is a sequential process (one at a time for each observation), whereas the SQL procedure is a simultaneous process for all the observations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vj
Data Step processes data ROW-wise.
Proc Step processes data COLUMN-wise.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / surekha
pankaj's answer is completely true
@pankaj have u taken any training course of SAS
| Is This Answer Correct ? | 1 Yes | 7 No |
what is option year cuttoff in sas
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 snowflake schema? : Sas-di
what is washout period?
how do you test for missing values? : Sas programming
This entry was posted in General. Bookmark the permalink. Post a comment or leave
what is fact table and factless table?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What is the pound sign used for the DATA _NULL_?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
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 set to a second data set, and the non-matches of the right-most data set to a third data set?
What are symbol tables?Differemce between Local N Global Symbol tables.....