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
How do dates work in sas?
What are the differences between proc means and proc summary?
name some data transformation used in sas di? : Sas-di
What do you know about symput and symget?
what do you mean by data staging area? : Sas-di
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Define run-group processing?
what can you learn from the sas log when debugging? : Sas programming
What was the last computer book you purchased? Why?
what is the Population you used in your project, is it ITT or PP?
In ARRAY processing, what does the DIM function do?
Explain the special input delimiters used in sas programming.
what is the difference between unique key and primary key? : Sas-di
How to convert a numeric variable to a character variable?
why a stop statement is needed for the point= option on a set statement?