What is the difference between a PROC step and a DATA step?
Answer Posted / 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 |
Post New Answer View All Answers
explain about data integrator metadata reports? : Sas-di
What is the SAS data set?
Which function is used to count the number of intervals between two sas dates?
What are the difficulties u faced while doing vital signs table or dataset?
Given an unsorted data set, how to read the last observation to a new data set?
How you can read the variables that you need?
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the maximum and minimum length of macro variable
What is the difference between using drop = data set option in data statement and set statement?
what are informats in sas? : Sas-administrator
What is connection profile? : sas-grid-administration
how to change the execute of macro
Enlist the syntax rules followed in sas statements.
what r the job openings SAS for fresher graduates !
How do you specify the number of iterations and specific condition within a single do loop?