What is PDV?
Answer / Sanjeev Kumar Yadav
PDV (Program Data Vector) in SAS refers to the internal working data area that stores intermediate results and temporary variables during the execution of a DATA step.
| Is This Answer Correct ? | 0 Yes | 0 No |
At compile time when a SAS data set is read, what items are created?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
Explain the difference between informat and format with an example.
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What is univariate n where it can be used n how...?
Which is the best training institute for SAS in Delhi. Please reply
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
Mention what is the difference between nodupkey and nodup options?
how can you get the single data set from the library(which has the number of data sets)?
3 Answers Accenture, Deloitte,
Name statements that function at both compile and execution time?
Explain data_null_?