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
What are the differences between sum function and using “+” operator?
AE datasets names? how many types?
How are numeric and character missing values represented internally?
name several ways to achieve efficiency in your program? : Sas programming
how does sas handle missing values in sort order? : Sas programming
Did you used proc test? when?
What are the features of base sas system?
what is proc Index? and what is proc document?
How do you define proc in sas? : sas-grid-administration
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
what versions of sas have you used (on which platforms)? : Sas programming
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What is a put statement?
What is the difference between using drop = data set option in data statement and set statement?
what is factor analysis? : Sas-administrator