What is the size of PDV?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aparnapandey2008
It is based on the number of variables that is defined in
the dataset
| Is This Answer Correct ? | 4 Yes | 1 No |
I need level 2 to 5 sas using companies in india
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is the SAS data set?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Describe the function and untility of the most difficult SAS macro that you have written.
What is the difference between %local and %global? : sas-macro
Tell different ways to create Macrovarible?
3 Answers Accenture, PharmaNet i3,
List down the reasons for choosing sas over other data analytics tools.
Explain the special input delimiters used in sas programming.
How can I remove header from output data set?
What is the basic syntax style in SAS?
what is the use of proc sql?