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
where to use sas business intelligence? : Sas-bi
what are the categories that sas informats are used to the place the data? : Sas-administrator
what is the use of sas management console? : Sas-di
for what purpose would you use the retain statement? : Sas programming
How we can call macros with in data step? : sas-macro
how to generate the test data in sas without input data? : Sas-administrator
Explain substr function?
What is the difference between one to one merge and match merge? Give an example.
How to include or exclude specific variables in a data set?
Explain the purpose of substr functions in sas programming.
What is factor analysis?
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
Explain why double trailing @@ is used in input statement?
What is the difference between reading data from an external file and reading data from an existing data set?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming