What is the difference between a PROC step and a DATA step?
Answer Posted / dg
Generally, Proc Step is used for analyzing the dataset in
SAS without changing the dataset, to produce different outputs.
Data Step is used to change/modify/create new datasets in SAS.
Exception: Proc Sort/Proc Sql; here u can create new dataset
or modify the existing one..
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
How to create a permanent sas data set?
What are the statements that are executed only?
what is operational data and operational system? : Sas-di
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
Give an example where SAS fails to convert character value to numeric value automatically?
What are the data types that sas contain?
How can you create a macro variable with in data step? : sas-macro
how could you generate test data with no input data? : Sas programming
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What function CATX syntax does?
What is the work of tranwrd function?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What is a pdv and what are its functions?
What is the use of divide function?
How does proc sql work?