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 are symget and symput? : sas-macro
What is the basic structure of the SAS base program?
How can sas program be validated?
How to create list output for cross-tabulations in proc freq?
What is the difference between class statement and by statement in proc means?
How would you include common or reuse to be processed along with your statements?
If a variable contains only numbers, can it be a character data type?
Explain how you can debug and test your SAS program?
Mention few capabilities of sas framework.
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What is the difference between where and if statement?
what is sas data set?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How many ways to overcome a missing values???
What can you learn from the SAS log when debugging?