What is the difference between a PROC step and a DATA step?
Answer Posted / kumarrd
we can create the sas data set from raw data file in data step
Then in proc step we can do the analysis on sas data set and
also we can get o/p
| Is This Answer Correct ? | 66 Yes | 5 No |
Post New Answer View All Answers
explain what is factor analysis? : Sas-administrator
What are the statements that are executed only?
If a variable contains only numbers, can it be a character data type?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How you can read the variables that you need?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what is sas business intelligence? : Sas-bi
what is data access? : Sas-di
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What are the uses of sas?
what other sas products have you used and consider yourself proficient in using? : Sas programming
describe how to adjust the performance of data integrator? : Sas-di
how to debug and test the sas program? : Sas-administrator
explain about sas business intelligence? : Sas-bi
Difference between sum function and using “+” operator?