What is the Program Data Vector (PDV)? What are its functions?
Answer Posted / nishant
When SAS processes a data step it has two phases.
Compilation phase and execution phase.
During the compilation phase the input buffer is created to
hold a record from external file. After input buffer is
created the PDV is created. The PDV is the area of memory
where sas builds dataset, one observation at a time. The PDV
contains two automatic variables _N_ and _ERROR_.
Is This Answer Correct ? | 32 Yes | 1 No |
Post New Answer View All Answers
what is sas business intelligence? : Sas-bi
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
Describe crosslist option in tables statement?
What are the difference between sas functions and procedures?
how to debug and test the sas program? : Sas-administrator
Explain the special input delimiters used in sas programming.
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
How would you define the end of a macro?
how to do user inputs and command line arguments in sas?
Briefly explain input and put function?
Which statement does not perform automatic conversions in comparisons?
what are the benefits of data integration? : Sas-di
What is a pdv and what are its functions?
What do the put and input function do?
How would you identify a macro variable? : sas-macro