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 debug and test your SAS programs?

1050


Briefly explain input and put function?

638


Difference between informat and format?

646


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

588


Of all your work, where have you been the most successful?

4207






How long can a macro variable be? A token? : sas-macro

721


Explain the purpose of retain statement.

608


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2293


which features do you use to check the data validations and errors? : Sas-administrator

554


What is data _null_?

701


Describe 5 ways to do a “table lookup” in SAS?

704


What is the basic structure of a sas program?

602


What is program data vector (pdv)?

637


Explain the difference between informat and format with an example.

689


What do the put and input function do?

591