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 is slowly changing dimension? : Sas-di
In proc transpose and data step with arrays which one you pick?
What is the difference between nodupkey and nodup options?
what is the function of catx syntax? : Sas-administrator
What is the command used to find missing values?
Explain the use of proc gplot? : sas-grid-administration
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Why double trailing @@ is used in input statement?
explain the concepts and capabilities of business object? : Sas-bi
What is the use of stop statement?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What is the basic structure of a sas program?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
If you could design your ideal job, what would it look like?
explain the function of substr in sas? : Sas-administrator