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


Please Help Members By Posting Answers For Below Questions

How do you add a number to a macro variable? : sas-macro

536


How will you generate test data with no input data?

555


Give e an example of..

1832


what is sas metadata repository? : Sas-bi

587


List out some key concept of SAS

612






Explain data step in SAS

619


What are symget and symput? : sas-macro

719


What are the five ways to do a table lookup in sas? : sas-grid-administration

583


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

639


Enlist the functions performed by sas.

667


what is slowly changing dimension? : Sas-di

611


I have a dataset concat having variable a b & c. How to rename a b to e & f?

567


Mention what are the data types does SAS contain?

687


In sas admin differentiate between roles and capabilities? : sas-grid-administration

550


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

1906