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
What is the basic syntax style in SAS?
Mention few capabilities of sas framework.
name several ways to achieve efficiency in your program? : Sas programming
What is the use of function Proc summary?
How would you define the end of a macro? : sas-macro
what are input dataset and output dataset options? : Sas programming
what is sas enterprise intelligence architecture? : Sas-bi
What is the difference between order and group variable in proc report?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
How to test the debugging in sas?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
How are numeric and character missing values represented internally?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
explain the proc in sas? : Sas-administrator
What are the different servers in sas? : sas-grid-administration