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
Explain input and put function?
What is the command used to find missing values?
What are the default statistics for means procedure?
What do you know about sas and what we do? : sas-grid-administration
how does sas handle missing values in functions? : Sas programming
How do you delete duplicate observations in sas?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is Linear Regression?
What are the scrubbing procedures in sas?
What is the difference between reading data from an external file and reading data from an existing data set?
How we can call macros with in data step? : sas-macro
what is sas metadata repository? : Sas-bi
What are the difference between sas functions and procedures?
what is enterprise guide? What is the use of it? : Sas programming
For what purpose would you use the RETAIN statement?