At compile time when a SAS data set is read, what items are
created?
Answer Posted / priya
During compilation phase:
When an existing dataset is read, PDV and descriptive portion of output dataset will be created.
Input Buffer will be created only when a raw data file is being read.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how does sas handle missing values in a merge? : Sas programming
Explain how you can debug and test your SAS program?
Difference between nodup and nodupkey options?
What do you know about sas and what we do? : sas-grid-administration
In proc transpose and data step with arrays which one you pick?
Describe the function and utility of the most difficult SAS macro that you have written?
What is the use of PROC gplot?
What do you code to create a macro? : sas-macro
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Have you ever used the SAS Debugger?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
How substr function works in sas?
Explain what is SAS informats?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro