What is the Program Data Vector (PDV)? What are its functions?
Answer Posted / nishant
When SAS processes a data step it has two phases.
Compilation phase and execution phase.
During the compilation phase the input buffer is created to
hold a record from external file. After input buffer is
created the PDV is created. The PDV is the area of memory
where sas builds dataset, one observation at a time. The PDV
contains two automatic variables _N_ and _ERROR_.
| Is This Answer Correct ? | 32 Yes | 1 No |
Post New Answer View All Answers
What do the mod and int function do? : Sas programming
what is sas metadata server? : Sas-di
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What are the table names in oracle database...?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
How do you add a number to a macro variable? : sas-macro
How is character variable converted into numeric variable and vice versa?
Describe the function and untility of the most difficult SAS macro that you have written.
Why double trailing @@ is used in input statement?
Enlist the functions performed by sas.
How necessary is it to be creative in your work?
What are the default statistics that proc means produce?
How you can read the variables that you need?
what are _numeric_ and _character_ and what do they do? : Sas programming