what is pdv? how it is related to input buffer in sas?
Answer Posted / vera royzman
Program data vector (PDV)is a logical area in memory where
SAS builds a data set, one observation at a time. When a
program executes, SAS reads data values from the input
buffer (a logical area in memory into which SAS reads each
record of raw data when SAS executes an INPUT statement) or
creates them by executing SAS language statements. The data
values are assigned to the appropriate variables in the
program data vector. From here, SAS writes the values to a
SAS data set as a single observation. When the DATA step
reads a SAS data set, SAS reads the data directly into the
program data vector.
| Is This Answer Correct ? | 78 Yes | 0 No |
Post New Answer View All Answers
Which date function advances a date, time or datetime value by a given interval?
what versions of sas have you used (on which platforms)? : Sas programming
Name few SAS functions?
What are the new features included in the new version of SAS Programming Language?
How would you define the end of a macro? : sas-macro
Describe a time when you were really stuck on a problem and how you solved it?
how do you want missing values handled? : Sas programming
What are the limitations for memory allocation for SAS variables
how many display types available in sas bi dashboard? : Sas-bi
What are the special input delimiters used in SAS?
What is a macro routine?
How to limit decimal places for the variable using proc means?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How do you define proc in sas? : sas-grid-administration
What is Linear Regression?