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 |
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
what techniques and/or procs do you use for tables? : Sas programming
Mention how to limit decimal places for the variable using proc means?
What is the difference between an informat and a format. Name three informats or formats.
Which command is used to save logs in the external file?
what are sas/access and sas/connect? : Sas programming
Differentiate between sas functions and sas procedures.
How do you download a flat file from Mainframe to your local PC using SAS?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
what is portability of sas programmes?
What are the ways to do a “table lookup” in sas?