What is the difference between a PROC step and a DATA step?
Answer Posted / kumarrd
we can create the sas data set from raw data file in data step
Then in proc step we can do the analysis on sas data set and
also we can get o/p
| Is This Answer Correct ? | 66 Yes | 5 No |
Post New Answer View All Answers
Which date function advances a date, time or datetime value by a given interval?
What is the difference between %local and %global? : sas-macro
what do the pad and dim functions do? : Sas programming
What are the ways to do a “table lookup” in sas?
How do you delete duplicate observations in sas?
What is program data vector (pdv)?
what is metadata? : Sas-bi
What function CATX syntax does?
Explain what Proc glm does?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What are the special input delimiters used in SAS?
Explain what is data step?
How do you define proc in sas? : sas-grid-administration
What is SAS informats?
What is program data vector (pdv) and what are its functions?