At compile time when a SAS data set is read, what items are
created?
Answer Posted / venkatesh.layam
when ever compiling time only inputbuffer will be created
while data set creation generally 3 steps been occureed
1.inputbuffer
2.pdv.
3.discription poortion
for external file:
when ever we import the external file that time input
buffer will be created.it happends in compilation phase
in the execution process the the pdv will be created
while execution 2 types of automatic variable will be
created.
_N_ :how many times datastep has been executed
_error_=by default the erroe=0 if have any errors more than
one it displays 1
data discriptior portion:in the data set column header
called data portion
and values portions called discription portion
using datalines:
when ever you use dataline for compilation and execution
directly pdv will be created but input buffer wil not be
created because only expternal data inputbuffer will be
created.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how will you locate the sas platform applications? : Sas-bi
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is the purpose of trailing @ and @@? How do you use them?
What are the statements that are executed only?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Mention some common errors that are usually committed in sas programming.
what is data integration? : Sas-di
Briefly explain input and put function?
what is factor analysis? : Sas-administrator
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What will calendar procedure do?
How to include or exclude specific variables in a data set?
What is the maximum and minimum length of macro variable
How will you generate test data with no input data?
If you could design your ideal job, what would it look like?