What is the difference between a PROC step and a DATA step?
Answer Posted / 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 |
Post New Answer View All Answers
what is the Population you used in your project, is it ITT or PP?
what is data access? : Sas-di
how are numeric and character missing values represented internally? : Sas programming
how to remove duplicates using proc sql?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What do you know about sas data set?
how sas deals with business intelligence? : Sas-bi
What makes sas stand out to be the best over other data analytics tools?
what versions of sas have you used (on which platforms)? : Sas programming
what is sas data set?
What are the limitations for memory allocation for SAS variables
Do you need to rearrange the order of the data for the report?
which date function advances a date, time or datetime value by a given interval? : Sas programming
What are the different operating system platforms in which we can use sas? : sas-grid-administration
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...