At compile time when a SAS data set is read, what items are
created?
Answer Posted / pointbreak
Three items are created:
1. input buffer:
2.program data vector(PDV)
3.descriptor information:
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What’s the difference between var b1 – b3 and var b1 — b3?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Describe a time when you were really stuck on a problem and how you solved it?
What is slibref?
Explain what Proc glm does?
Can you execute a macro within a macro? Describe. : sas-macro
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What is program data vector (pdv)?
For what purposes have you used sas macros? : sas-macro
what is sas olap server? : Sas-di
Explain how you can debug and test your SAS program?
what is factor analysis? : Sas-administrator
what can you learn from the sas log when debugging? : Sas programming
What are pdv and it functions?
Explain the difference between nodup and nodupkey options?