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
what is proc Index? and what is proc document?
What is a put statement?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
what are some differences between proc summary and proc means? : Sas programming
What is substr function?
How to convert a numeric variable to a character variable?
How to limit decimal places for variable using proc means?
What are the 3 components in sas programming?
What is the basic syntax of a sas program?
What do the SAS log messages "numeric values have been converted to character" mean?
Difference between nodup and nodupkey options?
what is broad cast agent? : Sas-bi
For what purpose would you use the RETAIN statement?
What is SAS?
Explain by-group processing?