Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Which date function advances a date, time or datetime value by a given interval?

1080


what versions of sas have you used (on which platforms)? : Sas programming

1003


Name few SAS functions?

1041


What are the new features included in the new version of SAS Programming Language?

1150


How would you define the end of a macro? : sas-macro

1034


Describe a time when you were really stuck on a problem and how you solved it?

2578


how do you want missing values handled? : Sas programming

898


What are the limitations for memory allocation for SAS variables

1425


how many display types available in sas bi dashboard? : Sas-bi

1032


What are the special input delimiters used in SAS?

1100


What is a macro routine?

2639


How to limit decimal places for the variable using proc means?

1000


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

1415


How do you define proc in sas? : sas-grid-administration

1029


What is Linear Regression?

1105