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 sas features do you use to check errors and data validation?
What is substr function?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
How to test the debugging in sas?
what is intially documentation in sas?
For what purpose would you use the RETAIN statement?
What are the data types does SAS contain?
what is the difference between nodup and nodupkey options? : Sas programming
Mention few capabilities of sas framework.
Explain bmdp procedure?
what is sas olap server? : Sas-di
how do you want missing values handled? : Sas programming
Given an unsorted data set, how to read the last observation to a new data set?
What is the command used to find missing values?
What is maximum storage capability of SAS?