What is the difference between a PROC step and a DATA step?
Answer Posted / vj
Data Step processes data ROW-wise.
Proc Step processes data COLUMN-wise.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the basic structure of the SAS base program?
What Proc glm does?
what is ae onset date n what is RDS
Mention what is the difference between nodupkey and nodup options?
explain the use of % includes a statement in sas? : Sas-administrator
How to limit decimal places for the variable using proc means?
What is a pdv and what are its functions?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
what is the effect of the options statement errors=1? : Sas programming
Given an unsorted data set, how to read the last observation to a new data set?
What is maximum storage capability of SAS?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
How would you define the end of a macro?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How do you convert basic cube to transaction cube and transaction cube to basic cube?