What is the difference between a PROC step and a DATA step?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / subrahmanyam
Data step to read and modify data , creates a SAS data set
and begin with DATA statement.
Proc step to perform specific analysis , produce results
and begin with PROC statement.
| Is This Answer Correct ? | 49 Yes | 2 No |
Answer / simky
A Data step can be used to:
1)Put your data into SAs dataset
2)Create and format values for new variables
3)Creating new dataset in terms of sub setting,merging and
updating existing dataset.
A Proc step can be used to:
1)To print a report
2)Derive descriptive statistics,charts and plots
3)To create tabular report,create frequency chart etc.
| Is This Answer Correct ? | 33 Yes | 1 No |
Answer / ram
proc to produce output
data to read the information
| Is This Answer Correct ? | 38 Yes | 10 No |
Answer / pankaj kokate
Data step : typically create or modify SAS data set and
they can also used to produce costom-designed reports
Data step used to 1.Put data into SAS data set, cumpute
variable, check for correct error in data, Produce new SAS
data sets by subsetting, merging, and updating existing
data sets
PROC step : They pre-written routines that enable us to
analyze and process the data in a SAS data set and to
present the data in the form of a report
PROC steps sometimes create new SAS data sets that contain
the results of the procedure
PROC steps can list, sort, and summarize data
PROC steps are used to:Create a report that lists the data,
Produce descriptive statistics,Create a summary
report,Produce plots and charts
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / 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 |
Answer / 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 |
Answer / thirumalesh
Data Step is a data reading and formatting tool,
Proc step is a report writing and analysis tool.
| Is This Answer Correct ? | 11 Yes | 8 No |
Answer / ravi
data set block:-
1)data set block is to create a 'SAS' file for analysis and Report
2)data set block is used for permanent storage of SAS file
procedure block :-
1)PROC steps can list, sort, and summarize data
2)PROC steps are used to:Create a report that lists the data,
Produce descriptive statistics,Create a summary
report,Produce plots and charts
3)procedure block is used for temporary storage of sas file
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / gautam
For the Bonus Point: Don't forget to mention PROC SQL that
can read,format,manipulate data as well as PRODUCE reports
and data sets.
| Is This Answer Correct ? | 9 Yes | 7 No |
how can you sort the dataset having millions of OBS(instead of sort procedure?
how many display types available in sas bi dashboard? : Sas-bi
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
what is the basic structure sas administrator? : Sas-administrator
what is prime numbers? how we can get plc write sas code?
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
How to sort in descending order?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
Diff between proc sql merge and join?
What does error:1 mean?
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
describe about physical data integration? : Sas-di