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


Please Help Members By Posting Answers For Below Questions

what is the primary data source for the wrs? : Sas-bi

643


what are the best practices to process the large data sets in sas programming? : Sas-administrator

529


which features do you use to check the data validations and errors? : Sas-administrator

538


why is sas considered self-documenting? : Sas programming

670


Have you used macros? For what purpose you have used? : sas-macro

547






describe the interaction table in sas di? : Sas-di

577


How do you connect the desktop application to metadata server? : sas-grid-administration

571


what is study design in while working with SAS? what are screening variables in SAS?

1668


what is the difference between floor and ceil functions in sas? : Sas-administrator

692


Explain what is SAS informats?

606


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2079


What are the different operating system platforms in which we can use sas? : sas-grid-administration

579


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

588


what is hash files in sas and why we are using this one in sas?

1714


Differentiate between sas functions and sas procedures.

628