What is the difference between a PROC step and a DATA step?
Answer Posted / kiran datir
The DATA Step is a true workhorse. It allows you to create multiple datasets in one swift step. PROC step requires several SELECT clauses to create multiple datasets.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to sort in descending order?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Explain the difference between using drop = data set option in set and data statement?
How we can call macros with in data step? : sas-macro
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What versions of SAS have you used (on which platforms)?
What are the difficulties u faced while doing vital signs table or dataset?
How do dates work in sas?
What are the parameters of scan function?
What’s the difference between var b1 – b3 and var b1 — b3?
Mention the validation tools used in SAS?
What are all the problems you faced while validating tables and reports?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
name some data transformation used in sas di? : Sas-di
Explain append procedure?