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 |
what are informats in sas? : Sas-administrator
what is the difference between SET and MERGE?
What does a PROC TRANSPOSE do?
Mention common programming errors committed in sas ?
How many missing values are available? When might you use them?
What would you change about your job?
What is the order of evaluation of the comparison && logical && relational operators:?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
Mention the difference between ceil and floor functions in sas?
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
is there any differnce between proc means and proc summary?
Explain the purpose of retain statement.