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
How do you use the do loop if you don’t know how many times you should execute the do loop?
What is program data vector (pdv) and what are its functions?
Can you execute a macro within a macro? Describe. : sas-macro
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is the use of proc sql? : Sas programming
what is star schema? : Sas-di
What are the statements in proc sql?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
Mention how to limit decimal places for the variable using proc means?
What is the difference between class statement and by statement in proc means?
Which function is used to count the number of intervals between two sas dates?
Why and when do you use proc sql?
what is the primary data source for the wrs? : Sas-bi
Describe crosslist option in tables statement?