At compile time when a SAS data set is read, what items are
created?
Answer Posted / pratik singh jageera
An input buffer is only created when data is read from external files/datalines not in case of reading data step.So the appropriate answer will be just PDV and Dataset Descriptor.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how does sas handle missing values in sort order? : Sas programming
For what purposes have you used sas macros? : sas-macro
If a variable contains only numbers, can it be a character data type?
How do you delete duplicate observations in sas?
why a stop statement is needed for the point= option on a set statement?
Which are the statements whose placement in the data step is critical?
What is your favorite all time computer book? Why?
Explain the difference between nodup and nodupkey options?
Explain the purpose of retain statement.
What is a pdv and what are its functions?
why is sas considered self-documenting? : Sas programming
explain the use of % includes a statement in sas? : Sas-administrator
What are common programming errors committed in sas
what is slowly changing dimension? : Sas-di
How can you create a macro variable with in data step? : sas-macro