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
Did you used proc test? when?
Briefly explain input and put function?
what is hierarchy flattening? : Sas-di
How are numeric and character missing values represented internally?
What is the command used to find missing values?
What is the difference between %local and %global? : sas-macro
what is sas enterprise intelligence architecture? : Sas-bi
how can you put a "trace" in your program? : Sas programming
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the use of %include statement?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
how does sas handle missing values in assignment statements? : Sas programming
Do you need to know if there are any missing values?
how are numeric and character missing values represented internally? : Sas programming
How do you control the number of observations and/or variables read or written?