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
Difference between informat and format?
If money were no object, what would you like to do?
What is PROC in SAS?
how to debug and test the sas program? : Sas-administrator
Explain the use of proc print and proc contents?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What is the general format of function in sas? : sas-grid-administration
How to limit decimal places for the variable using proc means?
What do you code to create a macro? : sas-macro
How we can create SAS USER DEFINED CODE?
What are pdv and it functions?
What is the basic structure of the SAS base program?
do you need to know if there are any missing values? : Sas programming
What are the features of SAS?
Explain the special input delimiters used in sas programming.