Answer Posted / mahesh
PDV is a data structure stored in memory to process one
record at a time. The data structure consist of all
variables coming from input data set(s), alongwith two
special variable _ERROR_ and _N_ and any user defined
variable. Size of the PDV is calculated as total size of
all variables available in PDV.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What are the special input delimiters used in SAS?
How do you specify the number of iterations and specific condition within a single do loop?
What is the purpose of _character_ and _numeric_?
what is the function of catx syntax? : Sas-administrator
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is the difference between the proc sql and data step?
what is intially documentation in sas?
where are dashboard components are created and maintained? : Sas-bi
how can you put a "trace" in your program? : Sas programming
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the use of function Proc summary?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
List out some key concept of SAS
how to generate the test data in sas without input data? : Sas-administrator
What system options would you use to help debug a macro? : sas-macro