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 |
how to remove the duplicates by proc sql?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
How to get part of string form the source string without using sub string function in SAS?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What is the difference between %local and %global?
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
What is difference between N and n????
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
Can you execute a macro within a macro? Describe. : sas-macro
How could you generate test data with no input data?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?