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 would you determine the number of missing or nonmissing values in computations?
What was the last computer book you purchased? Why?
explain about various caches available in data integrator? : Sas-di
explain about data integrator metadata reports? : Sas-di
What is the use of PROC gplot?
What do you know about symput and symget?
Do you need to rearrange the order of the data for the report?
What are the ways in which macro variables can be created in sas programming?
how do the in= variables improve the capability of a merge? : Sas programming
What is by-group processing?
explain what is data set in sas? : Sas-administrator
Name validation tools used in SAS
How to create a permanent sas data set?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Explain the purpose of retain statement.