At compile time when a SAS data set is read, what items are
created?
Answer Posted / ch .sumalatha
when the sas dataset read pdv will create.input buffer
creates only at the time of reading raw datafile.at the
time of creation of pdv --data portion ,and discripter
portion created.at this time data will read and start the
iteration of the data step .at the same time _n _ and
_error_ are created.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I have a dataset concat having variable a b & c. How to rename a b to e & f?
how sas deals with business intelligence? : Sas-bi
Explain the difference between using drop = data set option in set and data statement?
What are the difference between the sas data step and sas procs?
What are the data types that sas contain?
Which command is used to save logs in the external file?
what are sas/access and sas/connect? : Sas programming
What are the difficulties u faced while doing vital signs table or dataset?
explain the concepts and capabilities of business object? : Sas-bi
for what purpose would you use the retain statement? : Sas programming
How to limit decimal places for variable using proc means?
In ARRAY processing, what does the DIM function do?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What are the functions which are used for character handling functions?
what are _numeric_ and _character_ and what do they do? : Sas programming