Please, anyone, let me know the style or an example of using
'by='/'by' variable of a PDV(Program Data Vector)
Answer Posted / rajesh
list of 'by' variables tell SAS how data is stored in
source dataset or how it is to be represented in
output/output dataset.
PDV is used to write the observations in output dataset and
it does not get impected from any BY variable as data in
SAS always read sequencely. If BY vaialbes are there then
it just ensures that source dataset is sorted on list of BY
variables. It does not impact other thing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many ways to overcome a missing values???
How we can create SAS USER DEFINED CODE?
Tell e how how dealt with..
Hi, If anyone has base SAS certification dumps, please share.
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
What is the maximum length of the macro variable?
What do you code to create a macro? : sas-macro
what are some good sas programming practices for processing very large data sets? : Sas programming
what is operational data and operational system? : Sas-di
Do you need to know if there are any missing values?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is the role of sas grid administrator? : sas-grid-administration
what are sas bi dashboard components? : Sas-bi
What is the function of output statement in a SAS Program?
Differentiate between sas functions and sas procedures.