what is pdv? how it is related to input buffer in sas?
Answer Posted / nanda katepalli
PDV is the program Data Vector. It takes each observation at
a time and allocates the length given in the input
statement.The allocation of spaces is done in the
compliation phase and the variables goes in it at the
execution phase.
Example:Builder builds the house but it is used by the people.
It has 2 variables by default which are _n_ and _error_.
_n_ gives us the observation number.
_error_ if their is no error then it is 0 or else it shows 1
even though we have 'n' no.of errors.
And then it creates 'n' no.of variables specified in the
data statement.
Input buffer is only needed for non sas files to
read the raw data and store in it. Where as, sas files do
not need the input buffer.
Example: Converting an Excel file into a sas file i.e while
converting it needs some space for storage.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the applications primarily used by business analyst? : Sas-bi
What is the use of function Proc summary?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What is slibref?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is the difference between %local and %global? : sas-macro
For what purposes have you used sas macros? : sas-macro
is data integration and etl programming is same? : Sas-di
Why and when do you use proc sql?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
How sas treats the dsd delimiters?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Explain substr function?
In SAS explain which statement does not perform automatic conversions in comparisons?