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 the Program Data Vector (PDV)? What are its functions?

Answer Posted / raj

It 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 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.
Along with data set variables and computed variables, the
PDV contains two automatic variables, _N_ and _ERROR_. The
_N_ variable counts the number of times the DATA step
begins to iterate. The _ERROR_ variable signals the
occurrence of an error caused by the data during execution.
The value of _ERROR_ is either 0 (indicating no errors
exist), or 1 (indicating that one or more errors have
occurred). SAS does not write these variables to the output
data set.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

1191


What do the put and input function do?

1052


How do you specify the number of iterations and specific condition within a single do loop?

1096


how does sas handle missing values in sort order? : Sas programming

911


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

1014


What is maximum number of rows and cols can be handled in SAS?

1573


Explain the special input delimiters used in sas programming.

1000


Tell e how how dealt with..

2218


Given an unsorted data set, how to read the last observation to a new data set?

1342


What is the good sas programming practices for processing large data sets?

1104


how could you generate test data with no input data? : Sas programming

1181


Mention how to limit decimal places for the variable using proc means?

1105


What areas of SAS are you most interested in?

1531


What is the difference between input and infile statement?

1163


Name validation tools used in SAS

1173