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
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what are validation tools that are used in sas? : Sas-administrator
what is business intelligence? : Sas-bi
what do the pad and dim functions do? : Sas programming
What is the order of application for output data set options, input data set options and SAS statements?
If a variable contains only numbers, can it be a character data type?
If you could design your ideal job, what would it look like?
what is the use of proc contents and proc print in sas? : Sas-administrator
what is study design in while working with SAS? what are screening variables in SAS?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
Are you involved in writing the inferential analysis plan? Tables specfications?
What is the difference between where and if statement?
In proc transpose and data step with arrays which one you pick?
Explain the difference between using drop = data set option in set and data statement?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di