What is the difference between a PROC step and a DATA step?
Answer Posted / thirumalesh
Data Step is a data reading and formatting tool,
Proc step is a report writing and analysis tool.
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
explain the key concept of sas? : Sas-administrator
How many ways to overcome a missing values???
how do you debug and test your sas programs? : Sas programming
How does the internal authentication work in sas? : sas-grid-administration
what is sas business intelligence? : Sas-bi
how do the in= variables improve the capability of a merge? : Sas programming
How substr function works in sas?
What do the mod and int function do? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
Given an unsorted data set, how to read the last observation to a new data set?
State the difference between INFORMAT and FORMAT ?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What is the basic structure of a sas program?
What is the use of function Proc summary?
what are the considerations when picking a SAS/STAT procedure?