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
what are some good sas programming practices for processing very large data sets? : Sas programming
What are SAS/ACCESS and SAS/CONNECT?
What is the command used to find missing values?
How do you specify the number of iterations and specific condition within a single do loop?
what is transformation in sas data integration? : Sas-di
what are the types of interactive display types? : Sas-bi
what are several options for creating reports in web report studio? : Sas-bi
Differentiate between ceil and floor functions.
What is the difference between reading data from an external file and reading data from an existing data set?
What are the data types that sas contain?
how many display types available in sas bi dashboard? : Sas-bi
What is the role of sas grid administrator? : sas-grid-administration
what is the difference between nodup and nodupkey options? : Sas programming
What is the basic structure of a sas program?
How do you convert basic cube to transaction cube and transaction cube to basic cube?