What is the difference between a PROC step and a DATA step?
Answer Posted / aruna bangalore
DATA STEP:
It creates or modifies data.
PROC STEP:
It analyze and process the data.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what is function of retain statment
what is the difference between unique key and primary key? : Sas-di
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
How is character variable converted into numeric variable and vice versa?
What is a method to debug and test your SAS program?
Are you sensitive to code walk-throughs peer review or QC review?
Explain translate function?
how does sas handle missing values in assignment statements? : Sas programming
what is the purpose of _error_? : Sas programming
What is the basic syntax of a sas program?
what is the use of proc sql? : Sas programming
Which command is used to save logs in the external file?
Tell me more about the parameters in macro? : sas-macro
What are the statements that are executed only?